[Scummvm-cvs-logs] SF.net SVN: scummvm:[47910] scummvm/trunk/engines/sci/graphics/frameout.cpp

m_kiewitz at users.sourceforge.net m_kiewitz at users.sourceforge.net
Fri Feb 5 20:33:40 CET 2010


Revision: 47910
          http://scummvm.svn.sourceforge.net/scummvm/?rev=47910&view=rev
Author:   m_kiewitz
Date:     2010-02-05 19:33:39 +0000 (Fri, 05 Feb 2010)

Log Message:
-----------
SCI: initializing _highPlanePri inside GfxFrameout

Modified Paths:
--------------
    scummvm/trunk/engines/sci/graphics/frameout.cpp

Modified: scummvm/trunk/engines/sci/graphics/frameout.cpp
===================================================================
--- scummvm/trunk/engines/sci/graphics/frameout.cpp	2010-02-05 19:09:34 UTC (rev 47909)
+++ scummvm/trunk/engines/sci/graphics/frameout.cpp	2010-02-05 19:33:39 UTC (rev 47910)
@@ -43,6 +43,8 @@
 
 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() {


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list