mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-11 09:50:34 +00:00
resetModes resets specialland
This commit is contained in:
parent
3b6d08216d
commit
14a944c801
@ -305,7 +305,7 @@ bool have_current_settings() {
|
||||
|
||||
void resetModes(char leave) {
|
||||
popAllGames();
|
||||
firstland = laIce; vid.scfg.players = 1;
|
||||
firstland = laIce; specialland = laIce; vid.scfg.players = 1;
|
||||
if(shmup::on != (leave == rg::shmup)) restartGame(rg::shmup);
|
||||
if(inv::on != (leave == rg::inv)) restartGame(rg::inv);
|
||||
if(chaosmode != (leave == rg::chaos)) restartGame(rg::chaos);
|
||||
|
Loading…
Reference in New Issue
Block a user