mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-26 00:47:00 +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) {
|
void resetModes(char leave) {
|
||||||
popAllGames();
|
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(shmup::on != (leave == rg::shmup)) restartGame(rg::shmup);
|
||||||
if(inv::on != (leave == rg::inv)) restartGame(rg::inv);
|
if(inv::on != (leave == rg::inv)) restartGame(rg::inv);
|
||||||
if(chaosmode != (leave == rg::chaos)) restartGame(rg::chaos);
|
if(chaosmode != (leave == rg::chaos)) restartGame(rg::chaos);
|
||||||
|
Loading…
Reference in New Issue
Block a user