From a36039f9fe896241bddc1d0015c8d6f1cfaa5039 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sat, 12 Nov 2016 12:34:40 +0100 Subject: FULLPIPE: Fix bug in original in scene05 --- engines/fullpipe/scenes/scene05.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/engines/fullpipe/scenes/scene05.cpp b/engines/fullpipe/scenes/scene05.cpp index 99a485cf15..b8ecdc4934 100644 --- a/engines/fullpipe/scenes/scene05.cpp +++ b/engines/fullpipe/scenes/scene05.cpp @@ -281,6 +281,9 @@ void sceneHandler05_testHatch(ExCommand *inex) { mq->_isFinished = 0; + if (!mq->chain(wacko)) + delete mq; + return; } -- cgit v1.2.3