diff options
| author | Strangerke | 2016-09-24 00:09:59 +0200 |
|---|---|---|
| committer | Strangerke | 2016-09-24 00:11:53 +0200 |
| commit | 5be720cdebe4ccb10fbb09c8d57bcdb2ef155c93 (patch) | |
| tree | 7a23c7abbecb979d24ebc9b90bad8a9446b1b2d0 /engines/gnap | |
| parent | 381d4e89656704e73f94638d2c666c67386fe92f (diff) | |
| download | scummvm-rg350-5be720cdebe4ccb10fbb09c8d57bcdb2ef155c93.tar.gz scummvm-rg350-5be720cdebe4ccb10fbb09c8d57bcdb2ef155c93.tar.bz2 scummvm-rg350-5be720cdebe4ccb10fbb09c8d57bcdb2ef155c93.zip | |
GNAP: Add detection for another English version
Diffstat (limited to 'engines/gnap')
| -rw-r--r-- | engines/gnap/detection.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/engines/gnap/detection.cpp b/engines/gnap/detection.cpp index 7deb670970..b1e9818d29 100644 --- a/engines/gnap/detection.cpp +++ b/engines/gnap/detection.cpp @@ -48,6 +48,14 @@ static const ADGameDescription gameDescriptions[] = { { "gnap", "", { + {"stock_n.dat", 0, "46819043d019a2f36b727cc2bdd6980f", 13497301}, + AD_LISTEND + }, + Common::EN_ANY, Common::kPlatformWindows, ADGF_TESTING, GUIO0() + }, + { + "gnap", "", + { {"stock_n.dat", 0, "46819043d019a2f36b727cc2bdd6980f", 12995485}, AD_LISTEND }, |
