aboutsummaryrefslogtreecommitdiff
path: root/engines/sci
diff options
context:
space:
mode:
authorMartin Kiewitz2010-02-05 19:33:39 +0000
committerMartin Kiewitz2010-02-05 19:33:39 +0000
commitc78a49f56347ead6ab20f9c927d799b16c2c65e5 (patch)
treed4b14b344309cc11f0f1ee738c4c744c6942f1ef /engines/sci
parenta7aa3a6deabc34e00ffea0006937db745f1afc4f (diff)
downloadscummvm-rg350-c78a49f56347ead6ab20f9c927d799b16c2c65e5.tar.gz
scummvm-rg350-c78a49f56347ead6ab20f9c927d799b16c2c65e5.tar.bz2
scummvm-rg350-c78a49f56347ead6ab20f9c927d799b16c2c65e5.zip
SCI: initializing _highPlanePri inside GfxFrameout
svn-id: r47910
Diffstat (limited to 'engines/sci')
-rw-r--r--engines/sci/graphics/frameout.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/sci/graphics/frameout.cpp b/engines/sci/graphics/frameout.cpp
index ad05918c5e..b00776fda9 100644
--- a/engines/sci/graphics/frameout.cpp
+++ b/engines/sci/graphics/frameout.cpp
@@ -43,6 +43,8 @@ namespace Sci {
GfxFrameout::GfxFrameout(SegManager *segMan, ResourceManager *resMan, GfxCache *cache, GfxScreen *screen, GfxPalette *palette, GfxPaint32 *paint32)
: _segMan(segMan), _resMan(resMan), _cache(cache), _screen(screen), _palette(palette), _paint32(paint32) {
+
+ _highPlanePri = 0;
}
GfxFrameout::~GfxFrameout() {