Change constant ordering

This was bugging the hell out of me
This commit is contained in:
Clownacy 2020-04-05 03:35:43 +01:00
parent 630b5e3657
commit f75859b759

View file

@ -770,7 +770,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)