summaryrefslogtreecommitdiff
path: root/src/strife/m_menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/strife/m_menu.c')
-rw-r--r--src/strife/m_menu.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/strife/m_menu.c b/src/strife/m_menu.c
index 84d37129..26e808dc 100644
--- a/src/strife/m_menu.c
+++ b/src/strife/m_menu.c
@@ -1735,6 +1735,7 @@ boolean M_Responder (event_t* ev)
if (messageRoutine)
messageRoutine(key);
+ menupause = false; // [STRIFE] unpause
menuactive = false;
S_StartSound(NULL, sfx_mtalht); // [STRIFE] sound
return true;