diff options
author | Travis Howell | 2004-02-21 12:53:59 +0000 |
---|---|---|
committer | Travis Howell | 2004-02-21 12:53:59 +0000 |
commit | 745b2195968d65f84f2ae6b7acb0c8a09a4615ca (patch) | |
tree | 3864b132c6f83082387408fca022e867888d6a54 /scumm | |
parent | 42a94ca017b80415a8942970999feb0ff87ab372 (diff) | |
download | scummvm-rg350-745b2195968d65f84f2ae6b7acb0c8a09a4615ca.tar.gz scummvm-rg350-745b2195968d65f84f2ae6b7acb0c8a09a4615ca.tar.bz2 scummvm-rg350-745b2195968d65f84f2ae6b7acb0c8a09a4615ca.zip |
Add vars
svn-id: r12964
Diffstat (limited to 'scumm')
-rw-r--r-- | scumm/vars.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scumm/vars.cpp b/scumm/vars.cpp index 554ae3b36d..c98d2e76ab 100644 --- a/scumm/vars.cpp +++ b/scumm/vars.cpp @@ -289,12 +289,15 @@ void ScummEngine_v8::setupScummVars() { VAR_OVERRIDE = 30; VAR_ROOM = 31; + VAR_NEW_ROOM = 32; //VAR_VOICE_MODE = 39; // 0 is voice, 1 is voice+text, 2 is text only VAR_GAME_LOADED = 40; VAR_LANGUAGE = 41; VAR_CURRENTDISK = 42; + //VAR_MUSIC_BUNDLE_LOADED = 45; + //VAR_VOICE_BUNDLE_LOADED = 46; VAR_SCROLL_SCRIPT = 50; VAR_ENTRY_SCRIPT = 51; |