diff options
-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; |