[Scummvm-cvs-logs] CVS: scummvm/saga gfx.cpp,1.19,1.20

Jonathan Gray khalek at users.sourceforge.net
Sat Jul 31 05:40:00 CEST 2004


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

Modified Files:
	gfx.cpp 
Log Message:
update comment to relfect reality

Index: gfx.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/gfx.cpp,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- gfx.cpp	31 Jul 2004 12:37:36 -0000	1.19
+++ gfx.cpp	31 Jul 2004 12:39:26 -0000	1.20
@@ -49,7 +49,7 @@
 	_system->initSize(width, height);
 
 	debug(0, "Init screen %dx%d", width, height);
-	// Convert sdl surface data to R surface data
+	// Convert surface data to R surface data
 	r_back_buf.buf = (byte *)calloc(1, width * height);
 	r_back_buf.buf_w = width;
 	r_back_buf.buf_h = height;





More information about the Scummvm-git-logs mailing list