mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
SCI: adding cnick-longbow to inbetween sci1.1 in GfxPalette
svn-id: r50185
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user