diff options
Diffstat (limited to 'engines/fullpipe/scenes/scene22.cpp')
-rw-r--r-- | engines/fullpipe/scenes/scene22.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/fullpipe/scenes/scene22.cpp b/engines/fullpipe/scenes/scene22.cpp index d7ac6d4cb2..2f8bb260be 100644 --- a/engines/fullpipe/scenes/scene22.cpp +++ b/engines/fullpipe/scenes/scene22.cpp @@ -196,7 +196,7 @@ void sceneHandler22_stoolLogic(ExCommand *cmd) { if (!mq) return; - mq->addExCommandToEnd(cmd->createClone)); + mq->addExCommandToEnd(cmd->createClone()); postExCommand(g_fp->_aniMan->_id, 2, 841, 449, 0, -1); return; |