aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/bitmap.cpp
diff options
context:
space:
mode:
authorMatthew Hoops2012-09-09 17:31:45 -0400
committerMatthew Hoops2012-09-09 17:31:45 -0400
commitb49bf2da2a1d4b8c86f50a059d352dba36a1a502 (patch)
treeb0ad28d0c77ec6ee0aef46cd7704a406903724cd /engines/mohawk/bitmap.cpp
parented2be9d873cb69d2f06f38665342082e4ec157d0 (diff)
downloadscummvm-rg350-b49bf2da2a1d4b8c86f50a059d352dba36a1a502.tar.gz
scummvm-rg350-b49bf2da2a1d4b8c86f50a059d352dba36a1a502.tar.bz2
scummvm-rg350-b49bf2da2a1d4b8c86f50a059d352dba36a1a502.zip
MOHAWK: Fix minor formatting issue
Diffstat (limited to 'engines/mohawk/bitmap.cpp')
-rw-r--r--engines/mohawk/bitmap.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mohawk/bitmap.cpp b/engines/mohawk/bitmap.cpp
index 65a697c579..bc19fe2d3e 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;