diff --git a/src/Main.cpp b/src/Main.cpp index d29aef7a..4b276eb5 100644 --- a/src/Main.cpp +++ b/src/Main.cpp @@ -575,7 +575,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)