From fc59a52e7a58db857c7f83e9dc17c04fccb1960b Mon Sep 17 00:00:00 2001 From: Willem Jan Palenstijn Date: Sat, 9 Apr 2011 17:15:51 +0200 Subject: SCI: Remove left-over fixme comment It should have been removed in b40b87fdb5b4ee869cce55d852af409896b20c98 --- engines/sci/graphics/screen.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'engines/sci/graphics/screen.cpp') diff --git a/engines/sci/graphics/screen.cpp b/engines/sci/graphics/screen.cpp index 32f54c7e23..f619780c7c 100644 --- a/engines/sci/graphics/screen.cpp +++ b/engines/sci/graphics/screen.cpp @@ -360,7 +360,6 @@ byte GfxScreen::isFillMatch(int16 x, int16 y, byte screenMask, byte t_color, byt int offset = y * _width + x; byte match = 0; - // FIXME: if (screenMask & GFX_SCREEN_MASK_VISUAL) { if (!isEGA) { if (*(_visualScreen + offset) == t_color) -- cgit v1.2.3