Apply missing KEY_ESCAPE constant

This commit is contained in:
Clownacy 2020-01-04 00:52:57 +00:00
parent 5cb06c9b76
commit 6052a09074

View file

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