Merge branch 'accurate' into portable

This commit is contained in:
Clownacy 2020-01-04 01:09:49 +00:00
commit b00e65b90b
2 changed files with 1 additions and 4 deletions

View file

@ -462,7 +462,7 @@ int Scene_DownIsland(int mode)
GetTrg();
// Escape menu
if (gKey & 0x8000)
if (gKey & KEY_ESCAPE)
{
switch (Call_Escape())
{

View file

@ -2,9 +2,6 @@
#include "WindowsWrapper.h"
extern BOOL gbUseJoystick;
extern int gJoystickButtonTable[8];
struct JOYSTICK_STATUS
{
BOOL bLeft;