X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Finit.c;h=62a5d0ff860865ef4d203e8b71f2b30da8b23ff7;hb=957bd13ee6bd1ab827435f4859d8e53f126891ef;hp=af11e4c7a5242329fcab1d5c112ddf05c50b90bb;hpb=b08a9452f891ea0132aca72b79abead3f7784d1c;p=rocksndiamonds.git diff --git a/src/init.c b/src/init.c index af11e4c7..62a5d0ff 100644 --- a/src/init.c +++ b/src/init.c @@ -6477,8 +6477,8 @@ void DisplayExitMessage(char *format, va_list ap) BackToFront(); - // deactivate toons on error message screen - setup.toons = FALSE; + // deactivate toons and global animations on error message screen + setup.global_animations = FALSE; WaitForEventToContinue(); } @@ -6671,7 +6671,7 @@ static boolean WaitForApiThreads(void) return TRUE; // deactivate global animations (not accessible in game state "loading") - setup.toons = FALSE; + setup.global_animations = FALSE; // set game state to "loading" to be able to show busy animation SetGameStatus(GAME_MODE_LOADING);