Merge branch 'accurate' into portable
This commit is contained in:
commit
d62ca286f6
1 changed files with 1 additions and 1 deletions
|
@ -575,7 +575,7 @@ void JoystickProc(void)
|
||||||
if (!GetJoystickStatus(&status))
|
if (!GetJoystickStatus(&status))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
gKey &= (KEY_ESCAPE | KEY_F2 | KEY_F1);
|
gKey &= (KEY_ESCAPE | KEY_F1 | KEY_F2);
|
||||||
|
|
||||||
// Set movement buttons
|
// Set movement buttons
|
||||||
if (status.bLeft)
|
if (status.bLeft)
|
||||||
|
|
Loading…
Add table
Reference in a new issue