mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-04 16:26:53 +00:00
MOHAWK: Fix minor formatting issue
This commit is contained in:
parent
ed2be9d873
commit
b49bf2da2a
@ -630,7 +630,7 @@ void MohawkBitmap::drawRLE8(Graphics::Surface *surface, bool isLE) {
|
||||
// Myst Bitmap Decoder
|
||||
//////////////////////////////////////////
|
||||
|
||||
MohawkSurface *MystBitmap::decodeImage(Common::SeekableReadStream* stream) {
|
||||
MohawkSurface *MystBitmap::decodeImage(Common::SeekableReadStream *stream) {
|
||||
uint32 uncompressedSize = stream->readUint32LE();
|
||||
Common::SeekableReadStream *bmpStream = decompressLZ(stream, uncompressedSize);
|
||||
delete stream;
|
||||
|
Loading…
Reference in New Issue
Block a user