mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-08-30 01:07:57 +00:00
racing:: fixed not selecting track_code and specialland
This commit is contained in:
@@ -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();
|
||||
});
|
||||
|
Reference in New Issue
Block a user