diff --git a/src/Ending.cpp b/src/Ending.cpp index e659ca89..40553768 100644 --- a/src/Ending.cpp +++ b/src/Ending.cpp @@ -462,7 +462,7 @@ int Scene_DownIsland(HWND hWnd, int mode) GetTrg(); // Escape menu - if (gKey & 0x8000) + if (gKey & KEY_ESCAPE) { switch (Call_Escape(hWnd)) {