aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/sci/graphics/palette.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/graphics/palette.cpp b/engines/sci/graphics/palette.cpp
index ef20aafc82..759f8979f3 100644
--- a/engines/sci/graphics/palette.cpp
+++ b/engines/sci/graphics/palette.cpp
@@ -74,7 +74,7 @@ GfxPalette::GfxPalette(ResourceManager *resMan, GfxScreen *screen)
if (gameId == "laurabow2" || gameId == "qfg3" || gameId == "ecoquest")
_alwaysForceRealMerge = true;
} else {
- if (gameId == "pq1sci" || gameId == "cnick-sq")
+ if (gameId == "pq1sci" || gameId == "cnick-sq" || gameId == "cnick-longbow")
_alwaysForceRealMerge = true;
}