diff options
Diffstat (limited to 'scumm/script_v6he.cpp')
-rw-r--r-- | scumm/script_v6he.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/scumm/script_v6he.cpp b/scumm/script_v6he.cpp index f50e38bff7..1bd60ccb92 100644 --- a/scumm/script_v6he.cpp +++ b/scumm/script_v6he.cpp @@ -703,10 +703,6 @@ void ScummEngine_v6he::o6_actorOps() { } break; case 219: - if (_heversion <= 70) { - error("o6_actorOps: default case %d", b); - } - a->forceClip = false; a->needRedraw = true; a->needBgReset = true; |