diff options
author | Matthew Hoops | 2011-12-19 19:06:15 -0500 |
---|---|---|
committer | Matthew Hoops | 2011-12-19 19:06:57 -0500 |
commit | 8a22c2d65e198e01b91360fe9e2d979c7d5b3c64 (patch) | |
tree | b99867c8174569b8d8e2a94a2a2dfd2448501d23 /engines/mohawk | |
parent | f5e8b3257e5c32c02561e4d26298775fa5547df2 (diff) | |
download | scummvm-rg350-8a22c2d65e198e01b91360fe9e2d979c7d5b3c64.tar.gz scummvm-rg350-8a22c2d65e198e01b91360fe9e2d979c7d5b3c64.tar.bz2 scummvm-rg350-8a22c2d65e198e01b91360fe9e2d979c7d5b3c64.zip |
MOHAWK: Add another lilmonster demo
Diffstat (limited to 'engines/mohawk')
-rw-r--r-- | engines/mohawk/detection_tables.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/engines/mohawk/detection_tables.h b/engines/mohawk/detection_tables.h index 998c2ef56d..2b1b28716e 100644 --- a/engines/mohawk/detection_tables.h +++ b/engines/mohawk/detection_tables.h @@ -1970,6 +1970,22 @@ static const MohawkGameDescription gameDescriptions[] = { "MONSTER.EXE" }, + // From GeorgeQGreg + { + { + "lilmonster", + "Demo", + AD_ENTRY1("MONSTER.512", "f603f04c1824d1034ec0366416a059c9"), + Common::EN_ANY, + Common::kPlatformWindows, + ADGF_DEMO, + GUIO1(GUIO_NOASPECT) + }, + GType_LIVINGBOOKSV1, + GF_DEMO, + "MONSTER.EXE" + }, + { { "catinthehat", |