racing:: fixed not selecting track_code and specialland

This commit is contained in:
Zeno Rogue
2019-04-29 17:19:05 +02:00
parent 201f3fb11d
commit c703fd50eb
+2
View File
@@ -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();
});