projects
/
rocksndiamonds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
765a9f3
)
moved function call (no functional change)
author
Holger Schemel
<info@artsoft.org>
Sat, 2 Dec 2023 12:11:55 +0000
(13:11 +0100)
committer
Holger Schemel
<info@artsoft.org>
Sat, 2 Dec 2023 12:12:40 +0000
(13:12 +0100)
src/tools.c
patch
|
blob
|
history
diff --git
a/src/tools.c
b/src/tools.c
index ea314a3e603c39fbda20240fcb309845b16d1f84..c730e8510e89648d87e5540d2b466c319c857d11 100644
(file)
--- a/
src/tools.c
+++ b/
src/tools.c
@@
-3339,8
+3339,6
@@
static void ShowEnvelopeRequest(char *text, unsigned int req_state, int action)
if (action == ACTION_OPENING)
{
- DrawEnvelopeRequest(text, req_state);
-
PlayMenuSoundStereo(sound_opening, SOUND_MIDDLE);
if (anim_mode == ANIM_DEFAULT)
@@
-4973,6
+4971,7
@@
static boolean RequestEnvelope(char *text, unsigned int req_state)
DoRequestBefore(req_state);
+ DrawEnvelopeRequest(text, req_state);
ShowEnvelopeRequest(text, req_state, ACTION_OPENING);
if (!(req_state & REQUEST_WAIT_FOR_INPUT))