X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Finit.c;h=30ff6b9b31f8975c781a3a30b5654eb91f5e5b79;hp=d7bf92f573c5caf1e2de3945717ea60f2d6e6c9a;hb=cbab48e3ea7c2821978dccb4f299e81e9c567050;hpb=be789d9a341f5d7369f4aa2f74e2f85f3e004a4c diff --git a/src/init.c b/src/init.c index d7bf92f5..30ff6b9b 100644 --- a/src/init.c +++ b/src/init.c @@ -4667,6 +4667,7 @@ static void InitGlobal() global.frames_per_second = 0; global.border_status = GAME_MODE_MAIN; + global.anim_status = global.anim_status_next = GAME_MODE_LOADING; global.use_envelope_request = FALSE; }