aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorStrangerke2014-03-24 21:13:46 +0100
committerStrangerke2014-03-24 21:13:46 +0100
commitc177056653d09f16dbf8a28bd93d048f95e9398a (patch)
tree6ebd50d3c582463ba0cb3bcd34d36e7b782d708f /engines
parentaef340c25a7c7cae2b0955549e412abf842e4f47 (diff)
downloadscummvm-rg350-c177056653d09f16dbf8a28bd93d048f95e9398a.tar.gz
scummvm-rg350-c177056653d09f16dbf8a28bd93d048f95e9398a.tar.bz2
scummvm-rg350-c177056653d09f16dbf8a28bd93d048f95e9398a.zip
MADS: Add detection for another Rex
Diffstat (limited to 'engines')
-rw-r--r--engines/mads/detection_tables.h18
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 }
};