NANCY: Add signature for game 2

This commit is contained in:
Walter van Niftrik 2012-10-07 21:05:02 +02:00 committed by Eugene Sandulenko
parent 13024420cb
commit 1f2932b4f2

View file

@ -52,7 +52,8 @@ const char *const directoryGlobs[] = {
static const PlainGameDescriptor nancyGames[] = {
// Games
{"nancy1", "Nancy Drew 1"},
{"nancy1", "Nancy Drew 1: Secrets Can Kill"},
{"nancy2", "Nancy Drew 2: Stay Tuned For Danger"},
{0, 0}
};
@ -72,6 +73,20 @@ static const NancyGameDescription gameDescriptions[] = {
},
kGameTypeNancy1
},
{
{
"nancy2", 0,
{
{"ciftree.dat", 0, "fa4293d728a1b31407961cd82e86a015", 7784516},
AD_LISTEND
},
Common::EN_ANY,
Common::kPlatformWindows,
ADGF_NO_FLAGS,
GUIO0()
},
kGameTypeNancy1
},
{AD_TABLE_END_MARKER, kGameTypeNone}
};