CINE: Use less generic file for detection

The filename `demo` was used to detect the Operation Stealth Amiga
demo. This would often produce false matches when the same filename
was present in data files for other engines, especially Mac Director.

We can use the filename `demo_os` instead. This is the file used for
the DOS demo (with a different md5).
This commit is contained in:
trembyle 2021-06-25 12:34:12 -04:00 committed by Eugene Sandulenko
parent f6e33231bb
commit 09c0b319b8

View File

@ -509,7 +509,7 @@ static const CINEGameDescription gameDescriptions[] = {
{
"os",
"Demo",
AD_ENTRY1("demo", "8d3a750d1c840b1b1071e42f9e6f6aa2"),
AD_ENTRY1("demo_os", "dfc30c6a57998a56e8980f7ea3413867"),
Common::EN_GRB,
Common::kPlatformAmiga,
ADGF_DEMO,