mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-02-03 04:39:17 +00:00
reset the starting land after disabling the Racing mode
This commit is contained in:
parent
beceacb65a
commit
f8cd171bb2
@ -1042,6 +1042,7 @@ void race_projection() {
|
|||||||
stop_game();
|
stop_game();
|
||||||
switch_game_mode(rg::racing);
|
switch_game_mode(rg::racing);
|
||||||
race_try = 0;
|
race_try = 0;
|
||||||
|
if(geometry == gNormal) specialland = firstland = laIce;
|
||||||
start_game();
|
start_game();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user