reset the starting land after disabling the Racing mode

This commit is contained in:
Zeno Rogue 2019-01-20 12:47:03 +01:00
parent beceacb65a
commit f8cd171bb2
1 changed files with 1 additions and 0 deletions

View File

@ -1042,6 +1042,7 @@ void race_projection() {
stop_game();
switch_game_mode(rg::racing);
race_try = 0;
if(geometry == gNormal) specialland = firstland = laIce;
start_game();
});
}