FULLPIPE: Fix build

This commit is contained in:
Willem Jan Palenstijn 2014-01-04 16:28:17 +01:00
parent 5c01e29690
commit b187acbf9e
2 changed files with 2 additions and 2 deletions

View File

@ -210,7 +210,7 @@ MessageQueue *MctlCompound::doWalkTo(StaticANIObject *subj, int xpos, int ypos,
if (mq) {
for (uint i = 0; i < closestP->_messageQueueObj->getCount(); i++) {
ex = closestP->_messageQueueObj->getExCommandByIndex(i)->createClone()
ex = closestP->_messageQueueObj->getExCommandByIndex(i)->createClone();
ex->_excFlags |= 2;
mq->addExCommandToEnd(ex);
}

View File

@ -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;