diff options
author | Strangerke | 2014-03-24 21:13:46 +0100 |
---|---|---|
committer | Strangerke | 2014-03-24 21:13:46 +0100 |
commit | c177056653d09f16dbf8a28bd93d048f95e9398a (patch) | |
tree | 6ebd50d3c582463ba0cb3bcd34d36e7b782d708f | |
parent | aef340c25a7c7cae2b0955549e412abf842e4f47 (diff) | |
download | scummvm-rg350-c177056653d09f16dbf8a28bd93d048f95e9398a.tar.gz scummvm-rg350-c177056653d09f16dbf8a28bd93d048f95e9398a.tar.bz2 scummvm-rg350-c177056653d09f16dbf8a28bd93d048f95e9398a.zip |
MADS: Add detection for another Rex
-rw-r--r-- | engines/mads/detection_tables.h | 18 |
1 files changed, 18 insertions, 0 deletions
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 } }; |