mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-20 08:48:13 +00:00
FULLPIPE: Fix MessageQueue instantination in MctlGraph::makeQueue
This commit is contained in:
parent
fb66de5bb9
commit
edf9828a11
@ -2225,9 +2225,7 @@ MessageQueue *MctlGraph::makeQueue(StaticANIObject *obj, int xpos, int ypos, int
|
||||
}
|
||||
|
||||
if (obj->_ox == xpos && obj->_oy == ypos) {
|
||||
g_fp->_globalMessageQueueList->compact();
|
||||
|
||||
MessageQueue *mq = new MessageQueue();
|
||||
MessageQueue *mq = new MessageQueue(g_fp->_globalMessageQueueList->compact());
|
||||
|
||||
if (staticsId && obj->_statics->_staticsId != staticsId) {
|
||||
int idxwalk = getDirByStatics(idx, staticsId);
|
||||
|
Loading…
Reference in New Issue
Block a user