aboutsummaryrefslogtreecommitdiff
path: root/scumm/vars.cpp
diff options
context:
space:
mode:
authorGregory Montoir2004-10-17 04:35:36 +0000
committerGregory Montoir2004-10-17 04:35:36 +0000
commit3905129a9702e8f6db9b345734a27133fb630882 (patch)
tree448807e1daeb6103a19b397f3a6df4a4d0302dd7 /scumm/vars.cpp
parentb41902f4079793236a20ebc380481fd598401c1d (diff)
downloadscummvm-rg350-3905129a9702e8f6db9b345734a27133fb630882.tar.gz
scummvm-rg350-3905129a9702e8f6db9b345734a27133fb630882.tar.bz2
scummvm-rg350-3905129a9702e8f6db9b345734a27133fb630882.zip
preliminar o72_captureWizImage() implementation ; still have to handle flag 0x2 in drawWizImage to display correctly the painting in 1grademo
svn-id: r15577
Diffstat (limited to 'scumm/vars.cpp')
-rw-r--r--scumm/vars.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/scumm/vars.cpp b/scumm/vars.cpp
index 9b40d204f2..6f0bce6c5f 100644
--- a/scumm/vars.cpp
+++ b/scumm/vars.cpp
@@ -506,8 +506,10 @@ void ScummEngine::initScummVars() {
}
if (_heversion >= 80)
VAR(VAR_WINDOWS_VERSION) = 40;
- if (_heversion >= 90)
+ if (_heversion >= 90) {
+ VAR(VAR_WIZ_TCOLOR) = 5;
VAR(VAR_NUM_SPRITES) = _numSprites - 1;
+ }
if (_heversion >= 99) {
VAR(VAR_NUM_PALETTES) = _numPalettes;
VAR(VAR_NUM_UNK) = _numUnk;