Remove no longer needed DOTT fixme

svn-id: r4288
This commit is contained in:
James Brown 2002-05-12 10:36:59 +00:00
parent 8e08b4b8ee
commit 83b90577ed

View file

@ -1433,11 +1433,6 @@ void Scumm::o6_animateActor()
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 @@ void Scumm::o6_resourceRoutines()
loadCharset(resid);
break;
case 118: /* nuke charset */
warning("popping extra argument in nukeCharset");
resid = pop();
nukeCharset(resid);
break;