From b071ee4623b9b8d3f15cd72ba1fdec9637d39b7b Mon Sep 17 00:00:00 2001 From: Matthew Hoops Date: Sun, 23 Oct 2011 19:52:00 -0400 Subject: MOHAWK: Finish a comment that was left unfinished --- engines/mohawk/bitmap.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/mohawk') 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; -- cgit v1.2.3