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.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/strife/m_menu.c b/src/strife/m_menu.c
index a4d1b0a7..61d0bd58 100644
--- a/src/strife/m_menu.c
+++ b/src/strife/m_menu.c
@@ -2180,7 +2180,12 @@ boolean M_Responder (event_t* ev)
}
return true;
}
- else if (ch != 0)
+
+ // Keyboard shortcut?
+ // Vanilla Strife has a weird behavior where it jumps to the scroll bars
+ // when the pause key is pressed, so emulate this.
+
+ else if (ch != 0 || key == KEY_PAUSE)
{
// Keyboard shortcut?