From 5eb1a76c6b72d22cebd1a9b60a5c76b14f6feac1 Mon Sep 17 00:00:00 2001 From: James Brown Date: Sat, 28 Dec 2002 11:36:30 +0000 Subject: [PATCH] Add keypress variable so the "Are you sure you want to Win (Y/N)" cheat works :) svn-id: r6223 --- scumm/vars.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/scumm/vars.cpp b/scumm/vars.cpp index 51782b0a3bc..e37dbd6fdfa 100644 --- a/scumm/vars.cpp +++ b/scumm/vars.cpp @@ -267,6 +267,7 @@ void Scumm_v8::setupScummVars() VAR_EGO = 126; VAR_DEBUGMODE = 130; + VAR_KEYPRESS = 132; VAR_CHARINC = 221;