[Scummvm-cvs-logs] CVS: scummvm/base main.cpp,1.37,1.38

Max Horn fingolfin at users.sourceforge.net
Sat Feb 28 05:16:17 CET 2004


Update of /cvsroot/scummvm/scummvm/base
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32588/base

Modified Files:
	main.cpp 
Log Message:
renamed more OSystem methods to follow our naming scheme; renamed NewGuiColor to OverlayColor; fixed some calls to error() in the SDL backend

Index: main.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/base/main.cpp,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- main.cpp	25 Feb 2004 08:03:31 -0000	1.37
+++ main.cpp	28 Feb 2004 12:57:52 -0000	1.38
@@ -211,7 +211,7 @@
 		255, 255, 255, 0, 
 	};
 
-	system->set_palette(dummy_palette, 0, 16);
+	system->setPalette(dummy_palette, 0, 16);
 
 #ifndef _WIN32_WCE
 	GUI::LauncherDialog dlg(detector);





More information about the Scummvm-git-logs mailing list