[Scummvm-cvs-logs] SF.net SVN: scummvm:[35079] scummvm/trunk/graphics/flic_player.cpp
joostp at users.sourceforge.net
joostp at users.sourceforge.net
Sat Nov 15 12:43:15 CET 2008
Revision: 35079
http://scummvm.svn.sourceforge.net/scummvm/?rev=35079&view=rev
Author: joostp
Date: 2008-11-15 11:43:15 +0000 (Sat, 15 Nov 2008)
Log Message:
-----------
remove outdated comment
Modified Paths:
--------------
scummvm/trunk/graphics/flic_player.cpp
Modified: scummvm/trunk/graphics/flic_player.cpp
===================================================================
--- scummvm/trunk/graphics/flic_player.cpp 2008-11-15 11:23:02 UTC (rev 35078)
+++ scummvm/trunk/graphics/flic_player.cpp 2008-11-15 11:43:15 UTC (rev 35079)
@@ -68,11 +68,10 @@
ChunkHeader FlicPlayer::readChunkHeader() {
ChunkHeader head;
+
head.size = _fileStream.readUint32LE();
head.type = _fileStream.readUint16LE();
-
- /* XXX: You'll want to read the rest of the chunk here as well! */
-
+
return head;
}
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