diff options
author | Willem Jan Palenstijn | 2011-04-09 17:15:51 +0200 |
---|---|---|
committer | Willem Jan Palenstijn | 2011-04-13 18:57:18 +0200 |
commit | fc59a52e7a58db857c7f83e9dc17c04fccb1960b (patch) | |
tree | e6888969f34202c5801a324060250a8e02158fc9 /engines/sci | |
parent | f864fef8e9fb95199424996fbf4a43d1d042560d (diff) | |
download | scummvm-rg350-fc59a52e7a58db857c7f83e9dc17c04fccb1960b.tar.gz scummvm-rg350-fc59a52e7a58db857c7f83e9dc17c04fccb1960b.tar.bz2 scummvm-rg350-fc59a52e7a58db857c7f83e9dc17c04fccb1960b.zip |
SCI: Remove left-over fixme comment
It should have been removed in b40b87fdb5b4ee869cce55d852af409896b20c98
Diffstat (limited to 'engines/sci')
-rw-r--r-- | engines/sci/graphics/screen.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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) |