mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-26 20:59:00 +00:00
COMPOSER: Minor whitespace/comment tweaks.
This commit is contained in:
parent
bdb1b81ca0
commit
f683952327
@ -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();
|
||||
|
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user