fixed resetModes to reset firstland and number of players

This commit is contained in:
Zeno Rogue 2017-09-30 11:25:55 +02:00
parent 99ebe26463
commit 921becea59
1 changed files with 2 additions and 1 deletions

View File

@ -309,6 +309,7 @@ void initConfig() {
void resetModes() {
popAllGames();
firstland = laIce; vid.scfg.players = 1;
if(shmup::on) restartGame('s');
if(inv::on) restartGame('i');
if(chaosmode) restartGame('C');
@ -1232,4 +1233,4 @@ void selectLanguageScreen() {
};
}
#endif