From 1f2932b4f293cb64d31119f09e7bb83669db132b Mon Sep 17 00:00:00 2001 From: Walter van Niftrik Date: Sun, 7 Oct 2012 21:05:02 +0200 Subject: [PATCH] NANCY: Add signature for game 2 --- engines/nancy/detection.cpp | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/engines/nancy/detection.cpp b/engines/nancy/detection.cpp index d8a46179400..3b096e44703 100644 --- a/engines/nancy/detection.cpp +++ b/engines/nancy/detection.cpp @@ -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} };