diff options
author | Travis Howell | 2004-02-21 13:10:44 +0000 |
---|---|---|
committer | Travis Howell | 2004-02-21 13:10:44 +0000 |
commit | 30fd4d66ac2ee1057c429df54aeea8b20b9d4354 (patch) | |
tree | 435870f78d8d7cc42acc8c678c6b534dd082d47f | |
parent | 745b2195968d65f84f2ae6b7acb0c8a09a4615ca (diff) | |
download | scummvm-rg350-30fd4d66ac2ee1057c429df54aeea8b20b9d4354.tar.gz scummvm-rg350-30fd4d66ac2ee1057c429df54aeea8b20b9d4354.tar.bz2 scummvm-rg350-30fd4d66ac2ee1057c429df54aeea8b20b9d4354.zip |
Add var
svn-id: r12965
-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 c98d2e76ab..df6b9109f1 100644 --- a/scumm/vars.cpp +++ b/scumm/vars.cpp @@ -290,6 +290,7 @@ void ScummEngine_v8::setupScummVars() { VAR_OVERRIDE = 30; VAR_ROOM = 31; VAR_NEW_ROOM = 32; + VAR_WALKTO_OBJ = 33; //VAR_VOICE_MODE = 39; // 0 is voice, 1 is voice+text, 2 is text only VAR_GAME_LOADED = 40; |