Erwan
- Added AI Decks unlock system. Please update your graphics folder, and crossing fingers that Ilya B. is still around as I don't have the correct fonts.
This commit is contained in:
@@ -39,6 +39,7 @@ const string Options::optionNames[] = {
|
||||
"keybindings_psp",
|
||||
#endif
|
||||
#endif
|
||||
"aidecks",
|
||||
"interruptMySpells",
|
||||
"interruptMyAbilities",
|
||||
//General interrupts
|
||||
@@ -342,6 +343,9 @@ int GameOptions::load()
|
||||
if (!(*this)[Options::MAX_GRADE].number)
|
||||
(*this)[Options::MAX_GRADE].number = Constants::GRADE_BORDERLINE;
|
||||
|
||||
if (!(*this)[Options::AIDECKS_UNLOCKED].number)
|
||||
(*this)[Options::AIDECKS_UNLOCKED].number = 10;
|
||||
|
||||
return 1;
|
||||
}
|
||||
int GameOptions::save()
|
||||
|
||||
Reference in New Issue
Block a user