[Scummvm-cvs-logs] CVS: scummvm/base main.cpp,1.41,1.42

Max Horn fingolfin at users.sourceforge.net
Sun Mar 28 08:43:03 CEST 2004


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

Modified Files:
	main.cpp 
Log Message:
Renamed more OSystem methods

Index: main.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/base/main.cpp,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- main.cpp	17 Mar 2004 06:08:01 -0000	1.41
+++ main.cpp	28 Mar 2004 16:30:48 -0000	1.42
@@ -188,7 +188,7 @@
 	
 	// FIXME - mouse cursors are currently always set via 8 bit data.
 	// Thus for now we need to setup a dummy palette. On the long run, we might
-	// want to add a set_mouse_cursor_overlay() method to OSystem, which would serve
+	// want to add a setMouseCursor_overlay() method to OSystem, which would serve
 	// two purposes:
 	// 1) allow for 16 bit mouse cursors in overlay mode
 	// 2) no need to backup & restore the mouse cursor before/after the overlay is shown





More information about the Scummvm-git-logs mailing list