Fix default joystick buttons in setup tool to match Vanilla (thanks
twipley). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2239
This commit is contained in:
parent
ec169fd1c2
commit
afb3bd1405
2 changed files with 4 additions and 2 deletions
2
NEWS
2
NEWS
|
|
@ -4,6 +4,8 @@
|
|||
* Menu navigation when using joystick/joypad (thanks AlexXav).
|
||||
* For configuration file value for shift keys, use scan code for
|
||||
right shift, not left shift (thanks AlexXav).
|
||||
* Default joystick buttons for the setup tool now match Vanilla
|
||||
(thanks twipley).
|
||||
|
||||
1.5.0 (2011-01-02):
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue