COMMON: Remove default value for endianess in ReadStreamEndian subclasses
svn-id: r54441
This commit is contained in:
parent
5d791cb090
commit
12d5151ff4
4 changed files with 4 additions and 4 deletions
|
@ -132,7 +132,7 @@ void Sprite::loadList(int resourceId, SpriteList &spriteList) {
|
|||
|
||||
spriteDataPointer = spritePointer + readS2.pos();
|
||||
} else {
|
||||
Common::MemoryReadStreamEndian readS2(spritePointer, 4);
|
||||
Common::MemoryReadStreamEndian readS2(spritePointer, 4, false);
|
||||
|
||||
spriteInfo->xAlign = readS2.readSByte();
|
||||
spriteInfo->yAlign = readS2.readSByte();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue