summaryrefslogtreecommitdiff
path: root/setup
diff options
context:
space:
mode:
authorSimon Howard2011-01-23 21:42:09 +0000
committerSimon Howard2011-01-23 21:42:09 +0000
commitafb3bd1405e8c9543be4c1db529c9c8f84c6bd69 (patch)
treed20044b5e4159758efafd3a2a5b83803484a5456 /setup
parentec169fd1c28b2ba3b6b6fc7e7123e9d27516dd5f (diff)
downloadchocolate-doom-afb3bd1405e8c9543be4c1db529c9c8f84c6bd69.tar.gz
chocolate-doom-afb3bd1405e8c9543be4c1db529c9c8f84c6bd69.tar.bz2
chocolate-doom-afb3bd1405e8c9543be4c1db529c9c8f84c6bd69.zip
Fix default joystick buttons in setup tool to match Vanilla (thanks
twipley). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2239
Diffstat (limited to 'setup')
-rw-r--r--setup/joystick.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup/joystick.c b/setup/joystick.c
index 1fc9a7a9..fe87439c 100644
--- a/setup/joystick.c
+++ b/setup/joystick.c
@@ -46,8 +46,8 @@ int usejoystick = 0;
int joybfire = 0;
int joybstrafe = 1;
-int joybuse = 2;
-int joybspeed = 3;
+int joybuse = 3;
+int joybspeed = 2;
int joybstrafeleft = -1;
int joybstraferight = -1;
int joybprevweapon = -1;