diff options
author | Alyssa Milburn | 2011-02-15 12:10:55 +0100 |
---|---|---|
committer | Alyssa Milburn | 2011-02-15 12:10:58 +0100 |
commit | 489a4598a12f66cb9450b574f874b50578ea00e6 (patch) | |
tree | b392f66880b7ca2744a5e4d27311e932b5d6fb16 | |
parent | c9e3636863a665e296bb60db5b030cdb726cbe41 (diff) | |
download | scummvm-rg350-489a4598a12f66cb9450b574f874b50578ea00e6.tar.gz scummvm-rg350-489a4598a12f66cb9450b574f874b50578ea00e6.tar.bz2 scummvm-rg350-489a4598a12f66cb9450b574f874b50578ea00e6.zip |
MOHAWK: Detect the French version of Rugrats.
Thanks to Strangerke.
-rw-r--r-- | engines/mohawk/detection_tables.h | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/engines/mohawk/detection_tables.h b/engines/mohawk/detection_tables.h index ae37a22dd3..92333f5fde 100644 --- a/engines/mohawk/detection_tables.h +++ b/engines/mohawk/detection_tables.h @@ -1156,7 +1156,7 @@ static const MohawkGameDescription gameDescriptions[] = { }, GType_LIVINGBOOKSV4, 0, - 0, + 0 }, { @@ -1171,7 +1171,25 @@ static const MohawkGameDescription gameDescriptions[] = { }, GType_LIVINGBOOKSV4, 0, + 0 + }, + + // Rugrats Adventure Game + // French Windows + // From Strangerke + { + { + "rugrats", + "", + AD_ENTRY1("outline", "36225e0b4986a80135cfdd9643cc7030"), + Common::FR_FRA, + Common::kPlatformWindows, + ADGF_NO_FLAGS, + Common::GUIO_NONE + }, + GType_LIVINGBOOKSV4, 0, + 0 }, { |