aboutsummaryrefslogtreecommitdiff
path: root/engines/dm/detection.cpp
diff options
context:
space:
mode:
authorStrangerke2016-10-11 07:37:12 +0200
committerStrangerke2016-10-11 21:44:01 +0200
commit7c138231e034f7434ee3968ca777b515666fb5c1 (patch)
treeeccfe95812379c9c5d0cb1e1e2d967ea1c055e62 /engines/dm/detection.cpp
parent719bc03487ca27e98378f7f48f05ba9312cbd432 (diff)
downloadscummvm-rg350-7c138231e034f7434ee3968ca777b515666fb5c1.tar.gz
scummvm-rg350-7c138231e034f7434ee3968ca777b515666fb5c1.tar.bz2
scummvm-rg350-7c138231e034f7434ee3968ca777b515666fb5c1.zip
DM: Handle demo dungeon file
Diffstat (limited to 'engines/dm/detection.cpp')
-rw-r--r--engines/dm/detection.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/dm/detection.cpp b/engines/dm/detection.cpp
index 8361ec300d..e8ec79a176 100644
--- a/engines/dm/detection.cpp
+++ b/engines/dm/detection.cpp
@@ -77,7 +77,7 @@ static const DMADGameDescription gameDescriptions[] = {
{"DemoDun.dat", 0, "78848e1a2d3d5a11e5954deb8c7b772b", 1209},
AD_LISTEND
},
- Common::EN_ANY, Common::kPlatformAmiga, ADGF_NO_FLAGS, GUIO1(GUIO_NONE),
+ Common::EN_ANY, Common::kPlatformAmiga, ADGF_DEMO, GUIO1(GUIO_NONE),
},
kDMSaveTargetDM21, kDMSaveFormatAmigaPC98FmTowns, kDMSavePlatformAtariSt,
{ kDMSaveTargetDM21, kDMSaveTargetEndOfList},