diff options
author | Filippos Karapetis | 2013-12-13 02:53:07 +0200 |
---|---|---|
committer | Filippos Karapetis | 2013-12-13 02:53:07 +0200 |
commit | fbc0133ac0cbea90dabbe7333d4dcedc53f78ad7 (patch) | |
tree | 41534e70c976a871512be315c0baa3edef085b1a | |
parent | 6ea39711e1ca103726f85afd31acd64a8a2c0b4e (diff) | |
download | scummvm-rg350-fbc0133ac0cbea90dabbe7333d4dcedc53f78ad7.tar.gz scummvm-rg350-fbc0133ac0cbea90dabbe7333d4dcedc53f78ad7.tar.bz2 scummvm-rg350-fbc0133ac0cbea90dabbe7333d4dcedc53f78ad7.zip |
FULLPIPE: Add a FIXME regarding buildMovInfo1SubItems()
-rw-r--r-- | engines/fullpipe/motion.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/fullpipe/motion.cpp b/engines/fullpipe/motion.cpp index 753106fb57..fbe2768486 100644 --- a/engines/fullpipe/motion.cpp +++ b/engines/fullpipe/motion.cpp @@ -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); |