diff --git a/engines/sci/graphics/palette.cpp b/engines/sci/graphics/palette.cpp index ef20aafc821..759f8979f31 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; }