diff options
author | Matthew Hoops | 2011-10-23 19:52:00 -0400 |
---|---|---|
committer | Matthew Hoops | 2011-10-23 19:52:00 -0400 |
commit | b071ee4623b9b8d3f15cd72ba1fdec9637d39b7b (patch) | |
tree | 2cd12b8c84e1da4104b90b98be82ddbf2b0a5c33 /engines | |
parent | 9684a1079d55b44b3da0ca0e9a238efeb5bdc5eb (diff) | |
download | scummvm-rg350-b071ee4623b9b8d3f15cd72ba1fdec9637d39b7b.tar.gz scummvm-rg350-b071ee4623b9b8d3f15cd72ba1fdec9637d39b7b.tar.bz2 scummvm-rg350-b071ee4623b9b8d3f15cd72ba1fdec9637d39b7b.zip |
MOHAWK: Finish a comment that was left unfinished
Diffstat (limited to 'engines')
-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; |