aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe
diff options
context:
space:
mode:
authorEugene Sandulenko2013-12-26 00:23:51 +0200
committerEugene Sandulenko2013-12-26 00:23:51 +0200
commit925c839a07930ac02626efbd3fee6d1881446e16 (patch)
treee4f2c1e332348d4823c610f50f61dcf8e22fb23f /engines/fullpipe
parentd5f2acb3b24680b3ad0e5c885fb6112c28c1a31b (diff)
downloadscummvm-rg350-925c839a07930ac02626efbd3fee6d1881446e16.tar.gz
scummvm-rg350-925c839a07930ac02626efbd3fee6d1881446e16.tar.bz2
scummvm-rg350-925c839a07930ac02626efbd3fee6d1881446e16.zip
FULLPIPE: Remove obsolete comment
Diffstat (limited to 'engines/fullpipe')
-rw-r--r--engines/fullpipe/motion.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/fullpipe/motion.cpp b/engines/fullpipe/motion.cpp
index f680492458..45ff4ae5f0 100644
--- a/engines/fullpipe/motion.cpp
+++ b/engines/fullpipe/motion.cpp
@@ -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);