diff options
author | James Brown | 2002-12-28 11:36:30 +0000 |
---|---|---|
committer | James Brown | 2002-12-28 11:36:30 +0000 |
commit | 5eb1a76c6b72d22cebd1a9b60a5c76b14f6feac1 (patch) | |
tree | 692cedcfa870cea6127b660ff7996fadec559e18 | |
parent | 7070a7194ad5469fb5fb87643d155b0b96b8e9bb (diff) | |
download | scummvm-rg350-5eb1a76c6b72d22cebd1a9b60a5c76b14f6feac1.tar.gz scummvm-rg350-5eb1a76c6b72d22cebd1a9b60a5c76b14f6feac1.tar.bz2 scummvm-rg350-5eb1a76c6b72d22cebd1a9b60a5c76b14f6feac1.zip |
Add keypress variable so the "Are you sure you want to Win (Y/N)" cheat works :)
svn-id: r6223
-rw-r--r-- | scumm/vars.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scumm/vars.cpp b/scumm/vars.cpp index 51782b0a3b..e37dbd6fdf 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; |