From c177056653d09f16dbf8a28bd93d048f95e9398a Mon Sep 17 00:00:00 2001 From: Strangerke Date: Mon, 24 Mar 2014 21:13:46 +0100 Subject: MADS: Add detection for another Rex --- engines/mads/detection_tables.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/engines/mads/detection_tables.h b/engines/mads/detection_tables.h index ac5316d4b4..d7614cfb6e 100644 --- a/engines/mads/detection_tables.h +++ b/engines/mads/detection_tables.h @@ -41,6 +41,24 @@ static const MADSGameDescription gameDescriptions[] = { 0 }, + { + // Rex Nebular and the Cosmic Gender Bender DOS English + { + "nebular", + 0, + { + {"section1.hag", 0, "6f725eb38660de8af31ec7cdd628d615", 927222}, + AD_LISTEND + }, + Common::EN_ANY, + Common::kPlatformDOS, + ADGF_NO_FLAGS, + GUIO1(GUIO_NONE) + }, + GType_RexNebular, + 0 + }, + { AD_TABLE_END_MARKER } }; -- cgit v1.2.3