diff --git a/src/Ending.cpp b/src/Ending.cpp index 5e6612c4..f05fe5f6 100644 --- a/src/Ending.cpp +++ b/src/Ending.cpp @@ -462,7 +462,7 @@ int Scene_DownIsland(int mode) GetTrg(); // Escape menu - if (gKey & 0x8000) + if (gKey & KEY_ESCAPE) { switch (Call_Escape()) { diff --git a/src/Input.h b/src/Input.h index 9e74ceee..4ad8aa7a 100644 --- a/src/Input.h +++ b/src/Input.h @@ -2,9 +2,6 @@ #include "WindowsWrapper.h" -extern BOOL gbUseJoystick; -extern int gJoystickButtonTable[8]; - struct JOYSTICK_STATUS { BOOL bLeft;