1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-10-31 19:36:16 +00:00

racing:: fixup

This commit is contained in:
Zeno Rogue 2022-06-16 23:14:19 +02:00
parent e5b561c804
commit 54971828da

View File

@ -1063,7 +1063,6 @@ EX void showStartMenu() {
resetModes();
stop_game();
switch_game_mode(rg::racing);
racing::track_code = "OFFICIAL";
specialland = racing::race_lands[rand() % isize(racing::race_lands)];
start_game();
pmodel = mdBand;