racing:: fixup

This commit is contained in:
Zeno Rogue 2022-06-16 23:14:19 +02:00
parent e5b561c804
commit 54971828da
1 changed files with 0 additions and 1 deletions

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;