diff options
author | Matthew Hoops | 2010-02-14 00:02:59 +0000 |
---|---|---|
committer | Matthew Hoops | 2010-02-14 00:02:59 +0000 |
commit | b7ae9501309c74f76d81dc8b97730594b273acee (patch) | |
tree | f2c31811de576e748699accad4c0819125e6b826 /engines/mohawk/video | |
parent | 1cd9498dbcf5ad9f8cbdffe76ef3fa31b5543310 (diff) | |
download | scummvm-rg350-b7ae9501309c74f76d81dc8b97730594b273acee.tar.gz scummvm-rg350-b7ae9501309c74f76d81dc8b97730594b273acee.tar.bz2 scummvm-rg350-b7ae9501309c74f76d81dc8b97730594b273acee.zip |
Remove an obsolete TODO.
svn-id: r48057
Diffstat (limited to 'engines/mohawk/video')
-rw-r--r-- | engines/mohawk/video/video.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/engines/mohawk/video/video.cpp b/engines/mohawk/video/video.cpp index b7bf63f399..0e4de00417 100644 --- a/engines/mohawk/video/video.cpp +++ b/engines/mohawk/video/video.cpp @@ -281,9 +281,6 @@ void VideoManager::playMovie(uint16 id) { } 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); |