diff options
Diffstat (limited to 'engines')
-rw-r--r-- | engines/mads/detection.cpp | 2 | ||||
-rw-r--r-- | engines/mads/detection_tables.h | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/engines/mads/detection.cpp b/engines/mads/detection.cpp index 73a4b97931..015859f827 100644 --- a/engines/mads/detection.cpp +++ b/engines/mads/detection.cpp @@ -48,7 +48,7 @@ uint32 MADSEngine::getGameID() const { } uint32 MADSEngine::getGameFeatures() const { - return _gameDescription->gameID; + return _gameDescription->features; } uint32 MADSEngine::getFeatures() const { diff --git a/engines/mads/detection_tables.h b/engines/mads/detection_tables.h index 7a66029b9b..7410dce2f6 100644 --- a/engines/mads/detection_tables.h +++ b/engines/mads/detection_tables.h @@ -37,6 +37,8 @@ static const MADSGameDescription gameDescriptions[] = { ADGF_NO_FLAGS, GUIO1(GUIO_NONE) }, + GType_RexNebular, + GF_MADS }, { AD_TABLE_END_MARKER } |