STARK: Add detection for the Polish 4CD version

This commit is contained in:
Pawel Kolodziejski 2016-01-01 19:23:54 +01:00
parent f17b5b5443
commit 96a8486f48

View file

@ -204,6 +204,20 @@ static const ADGameDescription gameDescriptions[] = {
GUIO_NONE
},
// The Longest Journey
// Polish 4CD
{
"tlj", "4 CD", {
{"x.xarc", 0, "a0559457126caadab0cadac02d35f26f", 3032},
{"chapters.ini", 0, "6abc5c38e6e31face4b675355b117620", 499},
{NULL, 0, NULL, 0}
},
Common::PL_POL,
Common::kPlatformWindows,
ADGF_NO_FLAGS,
GUIO_NONE
},
AD_TABLE_END_MARKER
};
/*