COMPOSER: Minor whitespace/comment tweaks.

This commit is contained in:
Alyssa Milburn 2011-07-20 09:54:11 +02:00
parent bdb1b81ca0
commit f683952327
2 changed files with 1 additions and 2 deletions

View File

@ -271,7 +271,6 @@ void Pipe::nextFrame() {
ResourceMap &resMap = _types[tag];
_offset += (12 * count);
//uint32 baseOffset = _offset;
for (uint j = 0; j < count; j++) {
uint32 offset = _stream->readUint32LE();
uint32 size = _stream->readUint32LE();

View File

@ -106,7 +106,7 @@ public:
Animation *_anim;
bool hasResource(uint32 tag, uint16 id) const;
bool hasResource(uint32 tag, uint16 id) const;
Common::SeekableReadStream *getResource(uint32 tag, uint16 id, bool buffering);
protected: