aboutsummaryrefslogtreecommitdiff
path: root/script_v2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'script_v2.cpp')
-rw-r--r--script_v2.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/script_v2.cpp b/script_v2.cpp
index 74ec51aff1..4a25d761dd 100644
--- a/script_v2.cpp
+++ b/script_v2.cpp
@@ -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;