From 86e525c1ad917ecfd9a6b59d79c63c6cc1c7eec0 Mon Sep 17 00:00:00 2001 From: Strangerke Date: Tue, 11 Oct 2016 21:41:21 +0200 Subject: DM: Fix isSquareACorridorTeleporterPitOrDoor for the demo, set version of demo to 2.0 --- engines/dm/detection.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'engines/dm/detection.cpp') diff --git a/engines/dm/detection.cpp b/engines/dm/detection.cpp index e8ec79a176..a8f44acdba 100644 --- a/engines/dm/detection.cpp +++ b/engines/dm/detection.cpp @@ -71,7 +71,8 @@ static const DMADGameDescription gameDescriptions[] = { { kDMSavePlatformAcceptAny } }, { - {"dm", "Amiga Demo v??? English", + // Added by Strangerke + {"dm", "Amiga Demo v2.0 English", { {"graphics.dat", 0, "3932c8359bb36c24291b09e915114d38", 192421}, {"DemoDun.dat", 0, "78848e1a2d3d5a11e5954deb8c7b772b", 1209}, @@ -90,12 +91,10 @@ static const DMADGameDescription gameDescriptions[] = { } }; - static const ADExtraGuiOptionsMap optionsList[] = { AD_EXTRA_GUI_OPTIONS_TERMINATOR }; - class DMMetaEngine : public AdvancedMetaEngine { public: DMMetaEngine() : AdvancedMetaEngine(DM::gameDescriptions, sizeof(DMADGameDescription), DMGames, optionsList) { -- cgit v1.2.3