aboutsummaryrefslogtreecommitdiff
path: root/scumm/scumm.cpp
diff options
context:
space:
mode:
authorGregory Montoir2004-09-19 23:21:09 +0000
committerGregory Montoir2004-09-19 23:21:09 +0000
commit0cb722d71d1ddda5da07fb63bcd1db64436c1ed9 (patch)
tree3e103f4c63d46a0fde460157892e60c1fa3564f2 /scumm/scumm.cpp
parent09444181ce19cbebbe2b3dc34d6bd45ee8d0f956 (diff)
downloadscummvm-rg350-0cb722d71d1ddda5da07fb63bcd1db64436c1ed9.tar.gz
scummvm-rg350-0cb722d71d1ddda5da07fb63bcd1db64436c1ed9.tar.bz2
scummvm-rg350-0cb722d71d1ddda5da07fb63bcd1db64436c1ed9.zip
slightly updated drawWizImage()
svn-id: r15197
Diffstat (limited to 'scumm/scumm.cpp')
-rw-r--r--scumm/scumm.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/scumm/scumm.cpp b/scumm/scumm.cpp
index 244a0bbcd1..4ecb956583 100644
--- a/scumm/scumm.cpp
+++ b/scumm/scumm.cpp
@@ -853,6 +853,7 @@ ScummEngine::ScummEngine(GameDetector *detector, OSystem *syst, const ScummGameS
VAR_NUM_SPRITES = 0xFF;
VAR_POLYGONS_ONLY = 0xFF;
VAR_WINDOWS_VERSION = 0xFF;
+ VAR_WIZ_TCOLOR = 0xFF;
// Use g_scumm from error() ONLY
g_scumm = this;