aboutsummaryrefslogtreecommitdiff
path: root/scumm/costume.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/costume.cpp')
-rw-r--r--scumm/costume.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/scumm/costume.cpp b/scumm/costume.cpp
index f06aec4cc8..e939fc4d93 100644
--- a/scumm/costume.cpp
+++ b/scumm/costume.cpp
@@ -469,8 +469,6 @@ void ClassicCostumeRenderer::proc3(Codec1 &v1) {
masked = (y < 0 || y >= _out.h) || (v1.mask_ptr && (mask[0] & maskbit));
if (color && !masked) {
- // FIXME: Fully implement _shadow_mode.in Sam & Max
- // For now, it's enough for transparency.
if (_shadow_mode & 0x20) {
pcolor = _shadow_table[*dst];
} else {