[Scummvm-cvs-logs] scummvm master -> fc59a52e7a58db857c7f83e9dc17c04fccb1960b
wjp
wjp at usecode.org
Wed Apr 13 18:58:47 CEST 2011
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
fc59a52e7a SCI: Remove left-over fixme comment
Commit: fc59a52e7a58db857c7f83e9dc17c04fccb1960b
https://github.com/scummvm/scummvm/commit/fc59a52e7a58db857c7f83e9dc17c04fccb1960b
Author: Willem Jan Palenstijn (wjp at usecode.org)
Date: 2011-04-13T09:57:18-07:00
Commit Message:
SCI: Remove left-over fixme comment
It should have been removed in b40b87fdb5b4ee869cce55d852af409896b20c98
Changed paths:
engines/sci/graphics/screen.cpp
diff --git a/engines/sci/graphics/screen.cpp b/engines/sci/graphics/screen.cpp
index 32f54c7..f619780 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)
More information about the Scummvm-git-logs
mailing list