mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-27 13:42:02 +00:00
FULLPIPE: Fix build
This commit is contained in:
parent
5c01e29690
commit
b187acbf9e
@ -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);
|
||||
}
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user