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();
specialland = laHalloween;
set_geometry(gSphere);
start_game();
vid.alpha = 999;
vid.scale = 998;
}

View File

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