- Fixed: When UpdateJoystickMenu() modifies the menu items for different
controllers, the joystick axis selectors need to NULL the d.graycheck field, since this is shared by the axis sensitivity sliders' step values. SVN r1238 (trunk)
This commit is contained in:
parent
d88e960bb9
commit
dab73198fa
2 changed files with 6 additions and 0 deletions
|
|
@ -2976,6 +2976,7 @@ void UpdateJoystickMenu ()
|
|||
JoystickItems[line].type = discrete;
|
||||
JoystickItems[line].a.intcvar = cvars[i];
|
||||
JoystickItems[line].b.numvalues = 6.f;
|
||||
JoystickItems[line].d.graycheck = NULL;
|
||||
JoystickItems[line].e.values = JoyAxisMapNames;
|
||||
line++;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue