aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics/view.h
diff options
context:
space:
mode:
authorMartin Kiewitz2010-07-31 13:13:46 +0000
committerMartin Kiewitz2010-07-31 13:13:46 +0000
commitfd7bc295367f848b3a8f0658f65adb6a8447710a (patch)
tree93e8643e97773b935e720655584cc88db7a7fce8 /engines/sci/graphics/view.h
parentfec3ab7bee659f2cb2214cee2f88020b95f4fe8e (diff)
downloadscummvm-rg350-fd7bc295367f848b3a8f0658f65adb6a8447710a.tar.gz
scummvm-rg350-fd7bc295367f848b3a8f0658f65adb6a8447710a.tar.bz2
scummvm-rg350-fd7bc295367f848b3a8f0658f65adb6a8447710a.zip
SCI: adjusting inside view::getCelRect for sci0early
fixes cels being placed wrongly, sci0early didnt have the z adjust. svn-id: r51537
Diffstat (limited to 'engines/sci/graphics/view.h')
-rw-r--r--engines/sci/graphics/view.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/sci/graphics/view.h b/engines/sci/graphics/view.h
index 25e110ad13..0853f2e5a6 100644
--- a/engines/sci/graphics/view.h
+++ b/engines/sci/graphics/view.h
@@ -100,6 +100,9 @@ private:
bool _isSci2Hires;
byte *_EGAmapping;
+
+ // this is set for sci0early to adjust for the getCelRect() change
+ int16 adjustForSci0Early;
};
} // End of namespace Sci