diff options
-rw-r--r-- | engines/fullpipe/motion.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/engines/fullpipe/motion.cpp b/engines/fullpipe/motion.cpp index 3d8d6625b4..ab8815e5f9 100644 --- a/engines/fullpipe/motion.cpp +++ b/engines/fullpipe/motion.cpp @@ -318,9 +318,6 @@ MessageQueue *MctlLadder::method34(StaticANIObject *subj, int xpos, int ypos, in if (mq) { if (mq->chain(subj)) return mq; - - } else { - delete mq; } return 0; |