- 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:
@@ -546,7 +546,8 @@ int Rules::load(string _filename)
|
||||
}
|
||||
else if (s.find("unlock=") == 0)
|
||||
{
|
||||
unlockOption = Options::getID(s.substr(7));
|
||||
mUnlockOptionString = s.substr(7);
|
||||
unlockOption = Options::getID(mUnlockOptionString);
|
||||
}
|
||||
else if (s.find("hidden") == 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user