[Scummvm-cvs-logs] CVS: scummvm/queen cutaway.cpp,1.28,1.29

Torbj?rn Andersson eriktorbjorn at users.sourceforge.net
Fri Oct 17 05:02:06 CEST 2003


Update of /cvsroot/scummvm/scummvm/queen
In directory sc8-pr-cvs1:/tmp/cvs-serv13156

Modified Files:
	cutaway.cpp 
Log Message:
Fix warning.


Index: cutaway.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/queen/cutaway.cpp,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- cutaway.cpp	17 Oct 2003 11:47:21 -0000	1.28
+++ cutaway.cpp	17 Oct 2003 12:00:08 -0000	1.29
@@ -71,7 +71,7 @@
 		Logic *logic,
 		Resource *resource) 
 : _graphics(graphics), _logic(logic), _resource(resource), _walk(logic->walk()),
-	_quit(false), _personFaceCount(0), _personDataCount(0), _lastSong(0), _songBeforeComic(0) {
+	_quit(false), _personDataCount(0), _personFaceCount(0), _lastSong(0), _songBeforeComic(0) {
 	memset(&_bankNames, 0, sizeof(_bankNames));
 	load(filename); 
 }





More information about the Scummvm-git-logs mailing list