diff options
author | Travis Howell | 2004-07-11 01:30:21 +0000 |
---|---|---|
committer | Travis Howell | 2004-07-11 01:30:21 +0000 |
commit | e94931462ba4eced22f9b4d9f665a86619d25ecd (patch) | |
tree | 07c6855df390095d5d8deb07c2ed351db837bc96 /scumm | |
parent | ebafa060c65acd1c69f55a62879e5dfb050a2527 (diff) | |
download | scummvm-rg350-e94931462ba4eced22f9b4d9f665a86619d25ecd.tar.gz scummvm-rg350-e94931462ba4eced22f9b4d9f665a86619d25ecd.tar.bz2 scummvm-rg350-e94931462ba4eced22f9b4d9f665a86619d25ecd.zip |
Add vart
svn-id: r14185
Diffstat (limited to 'scumm')
-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 dbc584bf1c..33f85a3c55 100644 --- a/scumm/vars.cpp +++ b/scumm/vars.cpp @@ -388,6 +388,7 @@ void ScummEngine_v8::setupScummVars() { VAR_ROOM = 31; VAR_NEW_ROOM = 32; VAR_WALKTO_OBJ = 33; + VAR_TIMER = 34; VAR_VOICE_MODE = 39; // 0 is voice, 1 is voice+text, 2 is text only VAR_GAME_LOADED = 40; |