1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-02-02 12:19:18 +00:00

fixed the crashes when starting the Halloween minigame

This commit is contained in:
Zeno Rogue 2018-10-28 02:13:59 +01:00
parent df124f347e
commit f5434f7655
2 changed files with 2 additions and 0 deletions

View File

@ -772,6 +772,7 @@ void showStartMenu() {
stop_game(); stop_game();
specialland = laHalloween; specialland = laHalloween;
set_geometry(gSphere); set_geometry(gSphere);
start_game();
vid.alpha = 999; vid.alpha = 999;
vid.scale = 998; vid.scale = 998;
} }

View File

@ -257,6 +257,7 @@ hint hints[] = {
stop_game(); stop_game();
specialland = laHalloween; specialland = laHalloween;
set_geometry(gSphere); set_geometry(gSphere);
start_game();
vid.alpha = 999; vid.alpha = 999;
vid.scale = 998; vid.scale = 998;
} }