Change constant ordering
This was bugging the hell out of me
This commit is contained in:
parent
630b5e3657
commit
f75859b759
1 changed files with 1 additions and 1 deletions
|
@ -770,7 +770,7 @@ void JoystickProc(void)
|
|||
if (!GetJoystickStatus(&status))
|
||||
return;
|
||||
|
||||
gKey &= (KEY_ESCAPE | KEY_F2 | KEY_F1);
|
||||
gKey &= (KEY_ESCAPE | KEY_F1 | KEY_F2);
|
||||
|
||||
// Set movement buttons
|
||||
if (status.bLeft)
|
||||
|
|
Loading…
Add table
Reference in a new issue