- Moved "game mode" types of awards outside of a code, and inside of a configuration file (rules/awards.dat). No code is required anymore to create such an award (momir, hermit basic, etc...)
- fixed compilation errors in GameObserver (windows)
This commit is contained in:
@@ -61,6 +61,7 @@ public:
|
||||
bool hidden;
|
||||
string displayName;
|
||||
int unlockOption;
|
||||
string mUnlockOptionString;
|
||||
static vector<Rules *> RulesList;
|
||||
|
||||
Rules(string bg = "");
|
||||
|
||||
Reference in New Issue
Block a user