aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk
diff options
context:
space:
mode:
authorMatthew Hoops2011-10-23 19:52:00 -0400
committerMatthew Hoops2011-10-23 19:52:00 -0400
commitb071ee4623b9b8d3f15cd72ba1fdec9637d39b7b (patch)
tree2cd12b8c84e1da4104b90b98be82ddbf2b0a5c33 /engines/mohawk
parent9684a1079d55b44b3da0ca0e9a238efeb5bdc5eb (diff)
downloadscummvm-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/mohawk')
-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 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;