From f8cd171bb2e7b6afb9957c791245d1c3e6f8a196 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sun, 20 Jan 2019 12:47:03 +0100 Subject: [PATCH] reset the starting land after disabling the Racing mode --- racing.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/racing.cpp b/racing.cpp index 673fb641..dd0faf37 100644 --- a/racing.cpp +++ b/racing.cpp @@ -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(); }); }