summaryrefslogtreecommitdiff
path: root/src/setup/mainmenu.c
diff options
context:
space:
mode:
authorSimon Howard2011-10-20 23:06:53 +0000
committerSimon Howard2011-10-20 23:06:53 +0000
commit112bc3fcab6654c20bc980a04d377b5b03044067 (patch)
treec9d5fe1c976fc18483abee2e37803e179a1146d4 /src/setup/mainmenu.c
parent383693bad415070e20b66d105d9a6147fd27a39a (diff)
downloadchocolate-doom-112bc3fcab6654c20bc980a04d377b5b03044067.tar.gz
chocolate-doom-112bc3fcab6654c20bc980a04d377b5b03044067.tar.bz2
chocolate-doom-112bc3fcab6654c20bc980a04d377b5b03044067.zip
Change labels in setup tool for Strife popup windows to have more
descriptive names. Subversion-branch: /branches/v2-branch Subversion-revision: 2448
Diffstat (limited to 'src/setup/mainmenu.c')
-rw-r--r--src/setup/mainmenu.c9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/setup/mainmenu.c b/src/setup/mainmenu.c
index bfe2cdf7..ec7fe06e 100644
--- a/src/setup/mainmenu.c
+++ b/src/setup/mainmenu.c
@@ -75,11 +75,14 @@ static void SensibleDefaults(void)
key_nextweapon = '.';
key_invleft = '[';
key_invright = ']';
- key_message_refresh = KEY_ENTER;
- mousebprevweapon = 4;
+ key_message_refresh = '\'';
+ key_mission = 'i'; // Strife keys
+ key_invpop = 'o';
+ key_invkey = 'p';
+ mousebprevweapon = 4; // Scroll wheel = weapon cycle
mousebnextweapon = 3;
snd_musicdevice = 3;
- joybspeed = 29;
+ joybspeed = 29; // Always run
vanilla_savegame_limit = 0;
vanilla_keyboard_mapping = 0;
vanilla_demo_limit = 0;