mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-23 09:57:41 +00:00
more cleanup in parameters, restartGame cleanup
This commit is contained in:
@@ -407,8 +407,8 @@ help += XLAT("This menu can be also used to configure keys.\n\n");
|
||||
}
|
||||
else if(doexiton(sym, uni)) {
|
||||
popScreen();
|
||||
if(shmup::on != shmupcfg) { restartGame(rg::shmup); resetScores(); }
|
||||
else if(vid.scfg.players != players) { restartGame(); resetScores(); }
|
||||
if(shmup::on != shmupcfg) { restart_game(rg::shmup); resetScores(); }
|
||||
else if(vid.scfg.players != players) { restart_game(); resetScores(); }
|
||||
}
|
||||
}
|
||||
else if(sc == SCJOY) {
|
||||
|
Reference in New Issue
Block a user