NANCY: Add signature for game 2
This commit is contained in:
parent
13024420cb
commit
1f2932b4f2
1 changed files with 16 additions and 1 deletions
|
@ -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}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue