From f68395232765355f80e784d7b95986152edebb04 Mon Sep 17 00:00:00 2001 From: Alyssa Milburn Date: Wed, 20 Jul 2011 09:54:11 +0200 Subject: COMPOSER: Minor whitespace/comment tweaks. --- engines/composer/resource.cpp | 1 - engines/composer/resource.h | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'engines/composer') diff --git a/engines/composer/resource.cpp b/engines/composer/resource.cpp index cd77fa16fc..e0893380bf 100644 --- a/engines/composer/resource.cpp +++ b/engines/composer/resource.cpp @@ -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(); diff --git a/engines/composer/resource.h b/engines/composer/resource.h index 4248ad949a..f97a628933 100644 --- a/engines/composer/resource.h +++ b/engines/composer/resource.h @@ -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: -- cgit v1.2.3