shithub: cstory

Download patch

ref: 6052a09074ee7a9bc2f3e00db4d2ba04c333124d
parent: 5cb06c9b767b1af7a3c33fba6cfbd32339abe2a3
author: Clownacy <Clownacy@users.noreply.github.com>
date: Fri Jan 3 19:52:57 EST 2020

Apply missing KEY_ESCAPE constant

--- a/src/Ending.cpp
+++ b/src/Ending.cpp
@@ -462,7 +462,7 @@
 		GetTrg();
 
 		// Escape menu
-		if (gKey & 0x8000)
+		if (gKey & KEY_ESCAPE)
 		{
 			switch (Call_Escape(hWnd))
 			{