Skip to content

Commit

Permalink
FULLPIPE: Remove obsolete comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sev- committed Dec 25, 2013
1 parent d5f2acb commit 925c839
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion engines/fullpipe/motion.cpp
Expand Up @@ -1226,7 +1226,6 @@ 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);
Expand Down

0 comments on commit 925c839

Please sign in to comment.