diff options
-rw-r--r-- | scumm/vars.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scumm/vars.cpp b/scumm/vars.cpp index e5ed67ad16..6e2ab3bad9 100644 --- a/scumm/vars.cpp +++ b/scumm/vars.cpp @@ -325,7 +325,8 @@ void ScummEngine_v8::setupScummVars() { VAR_DEBUGMODE = 130; VAR_KEYPRESS = 132; - + VAR_SYNC = 134; + VAR_CHARINC = 221; } |