mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-03-10 07:09:43 +00:00
fixed several instances when PTM score would not be recorded when changing modes
This commit is contained in:
@@ -326,6 +326,7 @@ void resetModes(char leave) {
|
||||
vid.scfg.players = 1; stop_game_and_switch_mode();
|
||||
}
|
||||
if(firstland != laIce || specialland != laIce) {
|
||||
stop_game();
|
||||
firstland = laIce; specialland = laIce; stop_game_and_switch_mode();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user