projects
/
rocksndiamonds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82bcb06
)
added handling global animations when showing envelope during tape replay
author
Holger Schemel
<info@artsoft.org>
Thu, 25 Apr 2019 17:37:00 +0000
(19:37 +0200)
committer
Holger Schemel
<info@artsoft.org>
Thu, 25 Apr 2019 17:37:00 +0000
(19:37 +0200)
src/tools.c
patch
|
blob
|
history
diff --git
a/src/tools.c
b/src/tools.c
index d3bfb74dd9385fde17716522aaf9555247ce42be..741ce7fdf4ca1a5cc94bb07e43ccf871442fcaea 100644
(file)
--- 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();