aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scumm/palette.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/scumm/palette.cpp b/scumm/palette.cpp
index b8645f3a98..83e8239d14 100644
--- a/scumm/palette.cpp
+++ b/scumm/palette.cpp
@@ -659,9 +659,6 @@ void ScummEngine::setupShadowPalette(int redScale, int greenScale, int blueScale
}
void ScummEngine::darkenPalette(int redScale, int greenScale, int blueScale, int startColor, int endColor) {
- if (_roomResource == 0) // FIXME - HACK to get COMI demo working
- return;
-
int max;
if (_version >= 5 && _version <= 6 && _heversion <= 60) {
max = 252;