X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Ftools.c;h=e99d26ce169ad18c33f601c674a684d6165ff0d6;hp=794174c1d1ccbe0ccf34b87a474b9fb59d596c4e;hb=1f295bbb8d7a54989dd60a4f3aee7b4ca5719bf1;hpb=14a9d030139b185b174f538e1ac8f027182c521c diff --git a/src/tools.c b/src/tools.c index 794174c1..e99d26ce 100644 --- a/src/tools.c +++ b/src/tools.c @@ -8507,6 +8507,9 @@ void SetAnimStatus(int anim_status_new) void SetGameStatus(int game_status_new) { + if (game_status_new != game_status) + game_status_last_screen = game_status; + game_status = game_status_new; SetAnimStatus(game_status_new);