[Scummvm-cvs-logs] CVS: scummvm script_v2.cpp,1.59,1.60

James Brown ender at users.sourceforge.net
Sun May 12 03:38:01 CEST 2002


Update of /cvsroot/scummvm/scummvm
In directory usw-pr-cvs1:/tmp/cvs-serv2467

Modified Files:
	script_v2.cpp 
Log Message:
Remove no longer needed DOTT fixme


Index: script_v2.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/script_v2.cpp,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -d -r1.59 -r1.60
--- script_v2.cpp	10 May 2002 20:21:12 -0000	1.59
+++ script_v2.cpp	12 May 2002 10:36:59 -0000	1.60
@@ -1433,11 +1433,6 @@
 	int anim = pop();
 	int act = pop();
 
-	if (_gameId == GID_TENTACLE && act == 593) {
-		warning("o6_animateActor(%d,%d): fixed tentacle bug", act, anim);
-		return;
-	}
-
 	animateActor(act, anim);
 }
 
@@ -1777,7 +1772,6 @@
 		loadCharset(resid);
 		break;
 	case 118:										/* nuke charset */
-		warning("popping extra argument in nukeCharset");
 		resid = pop();
 		nukeCharset(resid);
 		break;





More information about the Scummvm-git-logs mailing list