diff options
author | Willem Jan Palenstijn | 2014-01-04 16:28:17 +0100 |
---|---|---|
committer | Willem Jan Palenstijn | 2014-01-04 16:28:17 +0100 |
commit | b187acbf9ea4d9a81a39ebbf3a99f2db36155067 (patch) | |
tree | c998c73bfec714433c68c67c38ec91ccc0ca420e /engines/fullpipe/scenes | |
parent | 5c01e296906f8d3a20f37a831d4ea75de51aed0f (diff) | |
download | scummvm-rg350-b187acbf9ea4d9a81a39ebbf3a99f2db36155067.tar.gz scummvm-rg350-b187acbf9ea4d9a81a39ebbf3a99f2db36155067.tar.bz2 scummvm-rg350-b187acbf9ea4d9a81a39ebbf3a99f2db36155067.zip |
FULLPIPE: Fix build
Diffstat (limited to 'engines/fullpipe/scenes')
-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; |