- made CheatKey and EasyKey vector graphics configurable through MAPINFO.

This commit is contained in:
Christoph Oelckers 2014-10-25 10:19:14 +02:00
commit 8edace83c5
4 changed files with 11 additions and 2 deletions

View file

@ -290,6 +290,9 @@ void FMapInfoParser::ParseGameInfo()
else gameinfo.mCheatMapArrow = "";
}
// Insert valid keys here.
GAMEINFOKEY_STRING(mCheatKey, "cheatKey")
GAMEINFOKEY_STRING(mEasyKey, "easyKey")
GAMEINFOKEY_STRING(TitlePage, "titlePage")
GAMEINFOKEY_STRING(TitlePage, "titlePage")
GAMEINFOKEY_STRINGARRAY(creditPages, "addcreditPage", 8, false)
GAMEINFOKEY_STRINGARRAY(creditPages, "CreditPage", 8, true)