From c703fd50eb52c2812a58a219af9b438d6d3f8d93 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sun, 25 Nov 2018 23:48:18 +0100 Subject: [PATCH] racing:: fixed not selecting track_code and specialland --- racing.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/racing.cpp b/racing.cpp index ada103a5..0ebcf99f 100644 --- a/racing.cpp +++ b/racing.cpp @@ -635,6 +635,8 @@ void track_chooser(string new_track) { dialog::add_action([l, new_track] () { stop_game(); if(!racing::on) switch_game_mode(rg::racing); + track_code = new_track; + specialland = l; start_game(); popScreenAll(); });