From 6052a09074ee7a9bc2f3e00db4d2ba04c333124d Mon Sep 17 00:00:00 2001 From: Clownacy Date: Sat, 4 Jan 2020 00:52:57 +0000 Subject: [PATCH] Apply missing KEY_ESCAPE constant --- src/Ending.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) {