diff --git a/engines/fullpipe/interaction.cpp b/engines/fullpipe/interaction.cpp index cdf39d29ae2..270f5b5a87a 100644 --- a/engines/fullpipe/interaction.cpp +++ b/engines/fullpipe/interaction.cpp @@ -424,7 +424,7 @@ bool CInteraction::canInteract(GameObject *obj1, GameObject *obj2, int invId) { return false; if ((_flags & 8) && (_flags & 1)) { - if (!obj2->_objtype != kObjTypeStaticANIObject) + if (obj2->_objtype != kObjTypeStaticANIObject) return false; StaticANIObject *st = (StaticANIObject *)obj2;