diff options
author | D G Turner | 2018-10-11 10:43:51 +0100 |
---|---|---|
committer | D G Turner | 2018-10-11 10:43:51 +0100 |
commit | d616cbf63d331cdb77d7d2c7b58bdaf0e039c1f5 (patch) | |
tree | c9cf2bde06db5c701113df7128992efcb1050e54 /engines/agi | |
parent | c8b98dd41cb395d56de15f447b28f6b8b3c3e2e3 (diff) | |
download | scummvm-rg350-d616cbf63d331cdb77d7d2c7b58bdaf0e039c1f5.tar.gz scummvm-rg350-d616cbf63d331cdb77d7d2c7b58bdaf0e039c1f5.tar.bz2 scummvm-rg350-d616cbf63d331cdb77d7d2c7b58bdaf0e039c1f5.zip |
AGI: Add Detection Entry for Sarien Test Demo.
This fixes bug Trac #10740.
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 0938e9d4d6..e602aab05b 100644 --- a/engines/agi/detection_tables.h +++ b/engines/agi/detection_tables.h @@ -825,6 +825,7 @@ static const AGIGameDescription gameDescriptions[] = { FANMADE("SQ2Eye (v0.484)", "f2c86fae7b9046d408c62c8c49a4b882"), FANMADE("SQ2Eye (v0.485)", "af59e36bc28f44545458b68a93e91e67"), FANMADE("SQ2Eye (v0.486)", "3fd86436e93456770dbdd4593eded70a"), + FANMADE("Sarien", "314e5fdef17b803226d1de3af2e997ea"), FANMADE("Save Santa (v1.0)", "4644f6beb5802081772f14be56ae196c"), FANMADE("Save Santa (v1.3)", "f8afdb6efc5af5e7c0228b44633066af"), FANMADE("Schiller (preview 1)", "ade39dea968c959cfebe1cf935d653e9"), |