mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-10-31 19:36:16 +00:00
racing:: fixup
This commit is contained in:
parent
e5b561c804
commit
54971828da
@ -1063,7 +1063,6 @@ EX void showStartMenu() {
|
|||||||
resetModes();
|
resetModes();
|
||||||
stop_game();
|
stop_game();
|
||||||
switch_game_mode(rg::racing);
|
switch_game_mode(rg::racing);
|
||||||
racing::track_code = "OFFICIAL";
|
|
||||||
specialland = racing::race_lands[rand() % isize(racing::race_lands)];
|
specialland = racing::race_lands[rand() % isize(racing::race_lands)];
|
||||||
start_game();
|
start_game();
|
||||||
pmodel = mdBand;
|
pmodel = mdBand;
|
||||||
|
Loading…
Reference in New Issue
Block a user