[Scummvm-cvs-logs] CVS: scummvm/scumm script_v8.cpp,2.188,2.189

Max Horn fingolfin at users.sourceforge.net
Tue Aug 5 05:26:04 CEST 2003


Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1:/tmp/cvs-serv30425

Modified Files:
	script_v8.cpp 
Log Message:
removed obsolete FIXME

Index: script_v8.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v8.cpp,v
retrieving revision 2.188
retrieving revision 2.189
diff -u -d -r2.188 -r2.189
--- script_v8.cpp	24 Jul 2003 17:44:00 -0000	2.188
+++ script_v8.cpp	5 Aug 2003 12:25:24 -0000	2.189
@@ -962,8 +962,6 @@
 		a->setAnimSpeed(pop());
 		break;
 	case 0x6D:		// SO_ACTOR_DEFAULT
-		// FIXME - is this right? Or maybe a->initActor(2) ?
-		//warning("o8_actorOps: SO_ACTOR_DEFAULT");
 		a->initActor(0);
 		break;
 	case 0x6E:		// SO_ACTOR_ELEVATION
@@ -1035,8 +1033,6 @@
 		a->ignoreTurns = false;
 		break;
 	case 0x7E:		// SO_ACTOR_NEW New actor
-		// FIXME - is this right? Or maybe a->initActor(0) ?
-		warning("o8_actorOps: SO_ACTOR_NEW");
 		a->initActor(2);
 		break;
 	case 0x7F:		// SO_ACTOR_DEPTH Set actor Z position





More information about the Scummvm-git-logs mailing list