Skip to content

Commit

Permalink
FULLPIPE: Fix bug in original in scene05
Browse files Browse the repository at this point in the history
  • Loading branch information
sev- committed Nov 12, 2016
1 parent f9d9bd8 commit a36039f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions engines/fullpipe/scenes/scene05.cpp
Expand Up @@ -281,6 +281,9 @@ void sceneHandler05_testHatch(ExCommand *inex) {

mq->_isFinished = 0;

if (!mq->chain(wacko))
delete mq;

return;
}

Expand Down

0 comments on commit a36039f

Please sign in to comment.