diff options
Diffstat (limited to 'engines/fullpipe/interaction.cpp')
-rw-r--r-- | engines/fullpipe/interaction.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/engines/fullpipe/interaction.cpp b/engines/fullpipe/interaction.cpp index f392a084dd..dcc7e90145 100644 --- a/engines/fullpipe/interaction.cpp +++ b/engines/fullpipe/interaction.cpp @@ -99,9 +99,6 @@ bool CInteractionController::handleInteraction(StaticANIObject *subj, GameObject if (subj) { if (!subj->isIdle() || (subj->_flags & 0x100)) return false; - } else { - error("CInteractionController::handleInteraction(): subj is null"); - return false; } if (!_interactions.size()) |