summaryrefslogtreecommitdiff
path: root/setup/configfile.c
diff options
context:
space:
mode:
authorSimon Howard2007-07-22 14:45:53 +0000
committerSimon Howard2007-07-22 14:45:53 +0000
commitb361695b7aa13dc89149e7394e273b204394ef79 (patch)
treeaf6a56016b1072e3a6c7c773a538ebce3764820c /setup/configfile.c
parent05683413849eef070813b6b8b18b3aef2f3d97f4 (diff)
downloadchocolate-doom-b361695b7aa13dc89149e7394e273b204394ef79.tar.gz
chocolate-doom-b361695b7aa13dc89149e7394e273b204394ef79.tar.bz2
chocolate-doom-b361695b7aa13dc89149e7394e273b204394ef79.zip
Add missing new mouse buttons to setup (thanks RazTK).
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 938
Diffstat (limited to 'setup/configfile.c')
-rw-r--r--setup/configfile.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/setup/configfile.c b/setup/configfile.c
index f70001d6..81d86970 100644
--- a/setup/configfile.c
+++ b/setup/configfile.c
@@ -277,7 +277,9 @@ static default_t extra_defaults_list[] =
{"joyb_straferight", &joybstraferight, DEFAULT_INT, 0, 0},
{"dclick_use", &dclick_use, DEFAULT_INT, 0, 0},
{"mouseb_strafeleft", &mousebstrafeleft, DEFAULT_INT, 0, 0},
- {"mouseb_straferight", &mousebstraferight, DEFAULT_INT, 0, 0},
+ {"mouseb_straferight", &mousebstraferight, DEFAULT_INT, 0, 0},
+ {"mouseb_use", &mousebuse, DEFAULT_INT, 0, 0},
+ {"mouseb_backward", &mousebbackward, DEFAULT_INT, 0, 0},
};
static default_collection_t extra_defaults =