[Scummvm-cvs-logs] scummvm master -> 925c839a07930ac02626efbd3fee6d1881446e16

sev- sev at scummvm.org
Wed Dec 25 23:29:37 CET 2013


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
925c839a07 FULLPIPE: Remove obsolete comment


Commit: 925c839a07930ac02626efbd3fee6d1881446e16
    https://github.com/scummvm/scummvm/commit/925c839a07930ac02626efbd3fee6d1881446e16
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2013-12-25T14:23:51-08:00

Commit Message:
FULLPIPE: Remove obsolete comment

Changed paths:
    engines/fullpipe/motion.cpp



diff --git a/engines/fullpipe/motion.cpp b/engines/fullpipe/motion.cpp
index f680492..45ff4ae 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);






More information about the Scummvm-git-logs mailing list