[Scummvm-cvs-logs] CVS: scummvm/queen cutaway.cpp,1.17,1.18

Max Horn fingolfin at users.sourceforge.net
Tue Oct 14 00:56:03 CEST 2003


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

Modified Files:
	cutaway.cpp 
Log Message:
can remove comments again now, since logic.h was commited. Please don't leave CVS broken for more than a few minutes (ideally, only make atomic commits - i.e. only commit a file if all changes in other files on which it relies on are being commited at the same time)

Index: cutaway.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/queen/cutaway.cpp,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- cutaway.cpp	14 Oct 2003 07:41:58 -0000	1.17
+++ cutaway.cpp	14 Oct 2003 07:55:08 -0000	1.18
@@ -639,14 +639,12 @@
 			bob->y = object.moveToY;
 		}
 
-/* FIXME
 		_walk->personMove(
 				&p, 
 				object.moveToX, object.moveToY,
 				_logic->numFrames() + 1, 		// XXX CI+1
 				_logic->objectData(object.objectNumber)->image
 				);
-*/
 	}
 
 	if (_quit)





More information about the Scummvm-git-logs mailing list