ref: d62ca286f6ed4bdf93afbd093769978290b2c640
parent: e39c46fae9973ee796744bc59d44303b47c99e00
parent: f75859b7591cf6433848af194cc7c53bfcca92da
author: Clownacy <Clownacy@users.noreply.github.com>
date: Sun Apr 5 00:18:02 EDT 2020
Merge branch 'accurate' into portable
--- a/src/Main.cpp
+++ b/src/Main.cpp
@@ -575,7 +575,7 @@
if (!GetJoystickStatus(&status))
return;
- gKey &= (KEY_ESCAPE | KEY_F2 | KEY_F1);
+ gKey &= (KEY_ESCAPE | KEY_F1 | KEY_F2);
// Set movement buttons
if (status.bLeft)