[Scummvm-cvs-logs] SF.net SVN: scummvm: [28559] scummvm/trunk/engines/parallaction/graphics. cpp

peres001 at users.sourceforge.net peres001 at users.sourceforge.net
Sun Aug 12 15:06:43 CEST 2007


Revision: 28559
          http://scummvm.svn.sourceforge.net/scummvm/?rev=28559&view=rev
Author:   peres001
Date:     2007-08-12 06:06:42 -0700 (Sun, 12 Aug 2007)

Log Message:
-----------
Oops. Buffers are now initialized properly.

Modified Paths:
--------------
    scummvm/trunk/engines/parallaction/graphics.cpp

Modified: scummvm/trunk/engines/parallaction/graphics.cpp
===================================================================
--- scummvm/trunk/engines/parallaction/graphics.cpp	2007-08-12 12:52:38 UTC (rev 28558)
+++ scummvm/trunk/engines/parallaction/graphics.cpp	2007-08-12 13:06:42 UTC (rev 28559)
@@ -751,6 +751,9 @@
 	_buffers[kBit2] = 0;
 	_depthMask = 0;
 
+	_buffers[kBitFront] = 0;
+	_buffers[kBitBack] = 0;
+
 	initBuffers(_vm->_screenWidth, _vm->_screenHeight);
 
 	setPalette(_palette);


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