diff options
author | Sven Hesse | 2008-12-26 13:30:06 +0000 |
---|---|---|
committer | Sven Hesse | 2008-12-26 13:30:06 +0000 |
commit | 24c37e7d82194f52d89aa8b53464aa43452f77b0 (patch) | |
tree | 113e249b22d5b3cf28203a35a58c4dcceb496b07 | |
parent | 231f5d95b2b97a8d28e7f8453ce5a84263530d47 (diff) | |
download | scummvm-rg350-24c37e7d82194f52d89aa8b53464aa43452f77b0.tar.gz scummvm-rg350-24c37e7d82194f52d89aa8b53464aa43452f77b0.tar.bz2 scummvm-rg350-24c37e7d82194f52d89aa8b53464aa43452f77b0.zip |
Adding a French entry for my US/FR version of The Last Dynasty
svn-id: r35561
-rw-r--r-- | engines/gob/detection.cpp | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/engines/gob/detection.cpp b/engines/gob/detection.cpp index de5fc2721a..e285e5b09f 100644 --- a/engines/gob/detection.cpp +++ b/engines/gob/detection.cpp @@ -1935,6 +1935,19 @@ static const GOBGameDescription gameDescriptions[] = { { { "dynasty", + "", + AD_ENTRY1s("intro.stk", "61e4069c16e27775a6cc6d20f529fb36", 2511300), + FR_FRA, + kPlatformPC, + Common::ADGF_NO_FLAGS + }, + kGameTypeDynasty, + kFeatures640, + "intro" + }, + { + { + "dynasty", "Demo", AD_ENTRY1s("intro.stk", "464538a17ed39755d7f1ba9c751af1bd", 1847864), EN_USA, |