diff options
-rw-r--r-- | scumm/vars.cpp | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/scumm/vars.cpp b/scumm/vars.cpp index c00be1831c..05fa61cc72 100644 --- a/scumm/vars.cpp +++ b/scumm/vars.cpp @@ -271,8 +271,12 @@ void Scumm_v8::setupScummVars() VAR_CAMERA_ACCEL_Y = 110; VAR_CUSTOMSCALETABLE = 111; // FIXME - guess + VAR_TIMER_NEXT = 112; - // 113/114/115 are also TIMERs.. + VAR_TMR_1 = 113; + VAR_TMR_2 = 114; + VAR_TMR_3 = 115; + VAR_EGO = 126; VAR_DEBUGMODE = 130; |