From 1f70013b158d277f0abbfe7e81e95b41f6a27420 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Thu, 25 Jan 2007 11:32:50 +0000 Subject: Using 0 flags for null id instead of KYRA2_UNK_FLAGS. svn-id: r25185 --- engines/kyra/plugin.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/engines/kyra/plugin.cpp b/engines/kyra/plugin.cpp index 8aa1abfd62..8e3029ccbd 100644 --- a/engines/kyra/plugin.cpp +++ b/engines/kyra/plugin.cpp @@ -68,7 +68,7 @@ static const KYRAGameDescription adGameDescs[] = { { { "kyra2", 0, AD_ENTRY1("FATE.PAK", "28cbad1c5bf06b2d3825ae57d760d032"), UNK_LANG, kPlatformPC }, KYRA2_UNK_FLAGS }, // check this! (cd version?) { { "kyra3", 0, AD_ENTRY1("ONETIME.PAK", "3833ff312757b8e6147f464cca0a6587"), UNK_LANG, kPlatformPC }, KYRA3_CD_FLAGS }, - { { NULL, NULL, {NULL, 0, NULL, 0}, UNK_LANG, kPlatformUnknown }, KYRA2_UNK_FLAGS } + { { NULL, NULL, {NULL, 0, NULL, 0}, UNK_LANG, kPlatformUnknown }, FLAGS(0, 0, 0, 0, 0) } }; const PlainGameDescriptor gameList[] = { @@ -119,7 +119,7 @@ PluginError Engine_KYRA_create(OSystem *syst, Engine **engine) { } GameFlags flags = adGameDescs[id].flags; - + Platform platform = parsePlatform(ConfMan.get("platform")); if (platform != kPlatformUnknown) { flags.platform = platform; -- cgit v1.2.3