SCI: adding cnick-longbow to inbetween sci1.1 in GfxPalette

svn-id: r50185
This commit is contained in:
Martin Kiewitz
2010-06-23 16:53:56 +00:00
parent 496905dcc3
commit e39f2ae1c1
+1 -1
View File
@@ -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;
}