[Scummvm-cvs-logs] SF.net SVN: scummvm:[48057] scummvm/trunk/engines/mohawk/video/video.cpp
mthreepwood at users.sourceforge.net
mthreepwood at users.sourceforge.net
Sun Feb 14 01:02:59 CET 2010
Revision: 48057
http://scummvm.svn.sourceforge.net/scummvm/?rev=48057&view=rev
Author: mthreepwood
Date: 2010-02-14 00:02:59 +0000 (Sun, 14 Feb 2010)
Log Message:
-----------
Remove an obsolete TODO.
Modified Paths:
--------------
scummvm/trunk/engines/mohawk/video/video.cpp
Modified: scummvm/trunk/engines/mohawk/video/video.cpp
===================================================================
--- scummvm/trunk/engines/mohawk/video/video.cpp 2010-02-13 23:34:18 UTC (rev 48056)
+++ scummvm/trunk/engines/mohawk/video/video.cpp 2010-02-14 00:02:59 UTC (rev 48057)
@@ -281,9 +281,6 @@
}
void VideoManager::playMovieBlocking(uint16 id) {
- // NOTE/TODO: playMovieBlocking can be called after playMovie, essentially
- // making it just a playMovieBlocking. It basically nullifies the first call.
-
for (uint16 i = 0; i < _mlstRecords.size(); i++)
if (_mlstRecords[i].code == id) {
debug(1, "Play tMOV %d (blocking) at (%d, %d)", _mlstRecords[i].movieID, _mlstRecords[i].left, _mlstRecords[i].top);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list