summaryrefslogtreecommitdiff
path: root/src/m_config.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/m_config.c')
-rw-r--r--src/m_config.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/m_config.c b/src/m_config.c
index 25e59917..f70e112a 100644
--- a/src/m_config.c
+++ b/src/m_config.c
@@ -732,6 +732,12 @@ static default_t extra_defaults_list[] =
#endif
//!
+ // Key to pause or unpause the game.
+ //
+
+ CONFIG_VARIABLE_KEY(key_pause),
+
+ //!
// Key that activates the menu when pressed.
//
@@ -982,6 +988,12 @@ static default_t extra_defaults_list[] =
//
CONFIG_VARIABLE_KEY(key_weapon8),
+
+ //!
+ // Key to re-display last message.
+ //
+
+ CONFIG_VARIABLE_KEY(key_message_refresh),
};
static default_collection_t extra_defaults =