MOHAWK: Finish a comment that was left unfinished

This commit is contained in:
Matthew Hoops 2011-10-23 19:52:00 -04:00
parent 9684a1079d
commit b071ee4623

View File

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