mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-30 14:14:43 +00:00
FULLPIPE: Add a FIXME regarding buildMovInfo1SubItems()
This commit is contained in:
parent
6ea39711e1
commit
fbc0133ac0
@ -1160,6 +1160,7 @@ MessageQueue *MovGraph2::doWalkTo(StaticANIObject *obj, int xpos, int ypos, int
|
||||
if (_items2[idx]->_subItems[idxsub]._staticsId1 != obj->_statics->_staticsId)
|
||||
movInfo1.flags |= 2;
|
||||
|
||||
// FIXME: This somehow corrupts the heap (reported by MSVC)
|
||||
buildMovInfo1SubItems(&movInfo1, &tempLinkList, &linkInfoSource, &linkInfoDest);
|
||||
|
||||
MessageQueue *mq = buildMovInfo1MessageQueue(&movInfo1);
|
||||
|
Loading…
Reference in New Issue
Block a user