X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame.c;h=a025b4b9d65835bdfe125859d60f30a2f1e1bbb0;hb=0771dc28227f57049bd4ef0958c95fc024b34f00;hp=8cb99586ffbcd20c26e3aca5874a012ceb58e1cb;hpb=2845fcd0832f6b527e582c77354e82d433e4459b;p=rocksndiamonds.git diff --git a/src/game.c b/src/game.c index 8cb99586..a025b4b9 100644 --- a/src/game.c +++ b/src/game.c @@ -3629,6 +3629,10 @@ void InitGame(void) // force restarting global animations displayed during game play RestartGlobalAnimsByStatus(GAME_MODE_PSEUDO_RESTARTING); + // this is required for "transforming" fade modes like cross-fading + // (else global animations will be stopped, but not restarted here) + SetAnimStatusBeforeFading(GAME_MODE_PSEUDO_RESTARTING); + SetGameStatus(GAME_MODE_PLAYING); }