X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Ftools.c;h=8a2d895a8d65d5778a2e0bc9310c141a070ef2af;hp=2157ef740c812d23b87ba6cb453781c2eec7b877;hb=9b8ae38bcff8bb38d72b1d352a5debff85bc6291;hpb=0dcc9cbb74fb123dcb9ef18b1e00aca24604007b diff --git a/src/tools.c b/src/tools.c index 2157ef74..8a2d895a 100644 --- a/src/tools.c +++ b/src/tools.c @@ -4804,6 +4804,8 @@ boolean Request(char *text, unsigned int req_state) boolean overlay_enabled = GetOverlayEnabled(); boolean result; + game.request_active_or_moving = TRUE; + SetOverlayEnabled(FALSE); if (global.use_envelope_request) @@ -4813,6 +4815,8 @@ boolean Request(char *text, unsigned int req_state) SetOverlayEnabled(overlay_enabled); + game.request_active_or_moving = FALSE; + return result; }