[Scummvm-cvs-logs] CVS: scummvm/queen walk.cpp,1.8,1.9

David Eriksson twogood at users.sourceforge.net
Tue Oct 14 05:37:03 CEST 2003


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

Modified Files:
	walk.cpp 
Log Message:
Persons must not be in table!


Index: walk.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/queen/walk.cpp,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- walk.cpp	14 Oct 2003 09:12:01 -0000	1.8
+++ walk.cpp	14 Oct 2003 12:36:32 -0000	1.9
@@ -515,9 +515,6 @@
 		}
 		++mpd;
 	}
-	if (mpd->name[0] == '*') {
-		error("Walk::personMove() - Unknown person : '%s'", pp->name);
-	}
 
 	if (_walkDataCount > 0) {
 		animatePersonPrepare(mpd, direction);





More information about the Scummvm-git-logs mailing list