aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/dreamweb/detection.cpp9
1 files changed, 2 insertions, 7 deletions
diff --git a/engines/dreamweb/detection.cpp b/engines/dreamweb/detection.cpp
index 10ff15da11..10f727f02e 100644
--- a/engines/dreamweb/detection.cpp
+++ b/engines/dreamweb/detection.cpp
@@ -43,10 +43,6 @@ static const PlainGameDescriptor dreamWebGames[] = {
{ 0, 0 }
};
-static const ADObsoleteGameID obsoleteGameIDsTable[] = {
- { 0, 0, Common::kPlatformUnknown }
-};
-
#include "dreamweb/detection_tables.h"
class DreamWebMetaEngine : public AdvancedMetaEngine {
@@ -54,9 +50,8 @@ public:
DreamWebMetaEngine():
AdvancedMetaEngine(DreamWeb::gameDescriptions,
sizeof(DreamWeb::DreamWebGameDescription), dreamWebGames) {
- params.obsoleteList = obsoleteGameIDsTable;
- params.singleid = "dreamweb";
- params.guioptions = Common::GUIO_NOMIDI;
+ _singleid = "dreamweb";
+ _guioptions = Common::GUIO_NOMIDI;
}
virtual const char *getName() const {