From: Holger Schemel Date: Thu, 25 Apr 2019 17:37:00 +0000 (+0200) Subject: added handling global animations when showing envelope during tape replay X-Git-Tag: 4.1.3.0~3 X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=commitdiff_plain;h=e3cd6c447d4d85960247a5ac2a639bf52fe65268;hp=82bcb06cd720a1c893858af861cbddfaa607073a added handling global animations when showing envelope during tape replay --- diff --git a/src/tools.c b/src/tools.c index d3bfb74d..741ce7fd 100644 --- a/src/tools.c +++ b/src/tools.c @@ -2846,7 +2846,7 @@ void ShowEnvelope(int envelope_nr) AnimateEnvelope(envelope_nr, main_anim_mode, ACTION_OPENING); if (tape.playing) - Delay(wait_delay_value); + Delay_WithScreenUpdates(wait_delay_value); else WaitForEventToContinue();