diff options
-rw-r--r-- | engines/mohawk/bitmap.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mohawk/bitmap.cpp b/engines/mohawk/bitmap.cpp index f61516c91d..4edde31236 100644 --- a/engines/mohawk/bitmap.cpp +++ b/engines/mohawk/bitmap.cpp @@ -887,7 +887,7 @@ void DOSBitmap::expandEGAPlanes(Graphics::Surface *surface, Common::SeekableRead assert(surface->format.bytesPerPixel == 1); // Note that the image is in EGA planar form and not just standard 4bpp - // This seems to contradict the PoP specs which seem to do + // This seems to contradict the PoP specs which seem to do something else byte *dst = (byte *)surface->pixels; |