diff options
author | Matthew Hoops | 2015-07-26 19:11:44 -0400 |
---|---|---|
committer | Matthew Hoops | 2015-07-26 19:13:14 -0400 |
commit | 8a0725238e6d4b9701139f53e47ce086a0fdc3db (patch) | |
tree | bbba9c721bf5f1bf60e8b240ffe4d37438e9ca89 /engines/agi | |
parent | ab1ffde9aaac417cf05948178262d380c706c237 (diff) | |
download | scummvm-rg350-8a0725238e6d4b9701139f53e47ce086a0fdc3db.tar.gz scummvm-rg350-8a0725238e6d4b9701139f53e47ce086a0fdc3db.tar.bz2 scummvm-rg350-8a0725238e6d4b9701139f53e47ce086a0fdc3db.zip |
AGI: Add detection for the fangame 'The Gourd of the Beans'
Diffstat (limited to 'engines/agi')
-rw-r--r-- | engines/agi/detection_tables.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/agi/detection_tables.h b/engines/agi/detection_tables.h index 0ae822a538..af3d93288e 100644 --- a/engines/agi/detection_tables.h +++ b/engines/agi/detection_tables.h @@ -850,6 +850,7 @@ static const AGIGameDescription gameDescriptions[] = { FANMADE("Tex McPhilip 3 - A Destiny of Sin (Demo v0.25)", "992d12031a486ad84e592ff5d7c9d782"), FANMADE("The 13th Disciple (v1.00)", "887719ad59afce9a41ec057dbb73ad73"), FANMADE("The Adventures of a Crazed Hermit", "6e3086cbb794d3299a9c5a9792295511"), + FANMADE("The Gourd of the Beans", "246f4d94946afb547482d44a53616d06"), FANMADE("The Grateful Dead", "c2146631afacf8cb455ce24f3d2d46e7"), FANMADE("The Legend of Shay-Larah 1 - The Lost Prince", "04e720c8e30c9cf12db22ea14a24a3dd"), FANMADE("The Legend of Zelda: The Fungus of Time (Demo v1.00)", "dcaf8166ceb62a3d9b9aea7f3b197c09"), |