[Scummvm-cvs-logs] SF.net SVN: scummvm: [22544] scummvm/trunk/graphics/paletteman.cpp

eriktorbjorn at users.sourceforge.net eriktorbjorn at users.sourceforge.net
Sat May 20 04:25:09 CEST 2006


Revision: 22544
Author:   eriktorbjorn
Date:     2006-05-20 04:24:45 -0700 (Sat, 20 May 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=22544&view=rev

Log Message:
-----------
Forgot to set g_initialized to true.

Modified Paths:
--------------
    scummvm/trunk/graphics/paletteman.cpp
Modified: scummvm/trunk/graphics/paletteman.cpp
===================================================================
--- scummvm/trunk/graphics/paletteman.cpp	2006-05-20 10:59:25 UTC (rev 22543)
+++ scummvm/trunk/graphics/paletteman.cpp	2006-05-20 11:24:45 UTC (rev 22544)
@@ -32,6 +32,7 @@
 
 PaletteManager::PaletteManager() {
 	if (!g_initialized) {
+		g_initialized = true;
 		_cursorPaletteStack.clear();
 	}
 }


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