[Scummvm-cvs-logs] SF.net SVN: scummvm: [22719] scummvm/trunk/engines/kyra/screen.cpp

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Sun May 28 05:34:04 CEST 2006


Revision: 22719
Author:   lordhoto
Date:     2006-05-28 05:33:41 -0700 (Sun, 28 May 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=22719&view=rev

Log Message:
-----------
Sets a blank palette at startup.

Modified Paths:
--------------
    scummvm/trunk/engines/kyra/screen.cpp
Modified: scummvm/trunk/engines/kyra/screen.cpp
===================================================================
--- scummvm/trunk/engines/kyra/screen.cpp	2006-05-28 12:28:28 UTC (rev 22718)
+++ scummvm/trunk/engines/kyra/screen.cpp	2006-05-28 12:33:41 UTC (rev 22719)
@@ -98,6 +98,7 @@
 			memset(_palettes[i], 0, 768);
 		}
 	}
+	setScreenPalette(_currentPalette);
 	_curDim = &_screenDimTable[0];
 	_charWidth = 0;
 	_charOffset = 0;


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