[Scummvm-cvs-logs] scummvm master -> b49bf2da2a1d4b8c86f50a059d352dba36a1a502

clone2727 clone2727 at gmail.com
Sun Sep 9 23:32:49 CEST 2012


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
b49bf2da2a MOHAWK: Fix minor formatting issue


Commit: b49bf2da2a1d4b8c86f50a059d352dba36a1a502
    https://github.com/scummvm/scummvm/commit/b49bf2da2a1d4b8c86f50a059d352dba36a1a502
Author: Matthew Hoops (clone2727 at gmail.com)
Date: 2012-09-09T14:31:45-07:00

Commit Message:
MOHAWK: Fix minor formatting issue

Changed paths:
    engines/mohawk/bitmap.cpp



diff --git a/engines/mohawk/bitmap.cpp b/engines/mohawk/bitmap.cpp
index 65a697c..bc19fe2 100644
--- a/engines/mohawk/bitmap.cpp
+++ b/engines/mohawk/bitmap.cpp
@@ -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;






More information about the Scummvm-git-logs mailing list