MOHAWK: Fix minor formatting issue

This commit is contained in:
Matthew Hoops 2012-09-09 17:31:45 -04:00
parent ed2be9d873
commit b49bf2da2a

View File

@ -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;