mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-20 11:54:48 +00:00
racing:: fixed not selecting track_code and specialland
This commit is contained in:
parent
201f3fb11d
commit
c703fd50eb
@ -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();
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user