mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-24 05:17:17 +00:00
fixed resetModes to reset firstland and number of players
This commit is contained in:
parent
99ebe26463
commit
921becea59
@ -309,6 +309,7 @@ void initConfig() {
|
|||||||
|
|
||||||
void resetModes() {
|
void resetModes() {
|
||||||
popAllGames();
|
popAllGames();
|
||||||
|
firstland = laIce; vid.scfg.players = 1;
|
||||||
if(shmup::on) restartGame('s');
|
if(shmup::on) restartGame('s');
|
||||||
if(inv::on) restartGame('i');
|
if(inv::on) restartGame('i');
|
||||||
if(chaosmode) restartGame('C');
|
if(chaosmode) restartGame('C');
|
||||||
|
Loading…
Reference in New Issue
Block a user