aboutsummaryrefslogtreecommitdiff
path: root/engines/wage
diff options
context:
space:
mode:
Diffstat (limited to 'engines/wage')
-rw-r--r--engines/wage/detection.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/wage/detection.cpp b/engines/wage/detection.cpp
index e0d40ffdd6..fa6a1e8ba7 100644
--- a/engines/wage/detection.cpp
+++ b/engines/wage/detection.cpp
@@ -69,8 +69,8 @@ static const ADGameDescription gameDescriptions[] = {
class WageMetaEngine : public AdvancedMetaEngine {
public:
WageMetaEngine() : AdvancedMetaEngine(Wage::gameDescriptions, sizeof(ADGameDescription), wageGames) {
- params.singleid = "wage";
- params.guioptions = Common::GUIO_NOSPEECH | Common::GUIO_NOMIDI;
+ _singleid = "wage";
+ _guioptions = Common::GUIO_NOSPEECH | Common::GUIO_NOMIDI;
}
virtual const char *getName() const {