mirror of
https://github.com/glest/glest-source.git
synced 2025-09-25 23:19:07 +02:00
- added code to now output all eerors to console (with option to save in log file)
- added more LUA debug info
This commit is contained in:
@@ -71,9 +71,9 @@ public:
|
||||
void setFloat(const string &key, float value);
|
||||
void setString(const string &key, const string &value);
|
||||
|
||||
string getpath() const { return path;}
|
||||
|
||||
string toString();
|
||||
|
||||
|
||||
};
|
||||
|
||||
}}//end namespace
|
||||
|
@@ -44,6 +44,7 @@ public:
|
||||
debugUnitCommands,
|
||||
debugPathFinder,
|
||||
debugLUA,
|
||||
debugError
|
||||
};
|
||||
|
||||
class SystemFlagsType
|
||||
|
Reference in New Issue
Block a user