aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/charset.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/scumm/charset.cpp')
-rw-r--r--engines/scumm/charset.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/scumm/charset.cpp b/engines/scumm/charset.cpp
index b248b5cb6d..48382dd311 100644
--- a/engines/scumm/charset.cpp
+++ b/engines/scumm/charset.cpp
@@ -1098,8 +1098,6 @@ void CharsetRendererPCE::drawBits1(const Graphics::Surface &s, byte *dst, const
} else {
if (_shadowMode != kNoShadowMode) {
*(dst + 1) = _shadowColor;
- *(dst + s.pitch) = _shadowColor;
- *(dst + s.pitch + 1) = _shadowColor;
}
*dst = _color;
}