aboutsummaryrefslogtreecommitdiff
path: root/engines/wage
diff options
context:
space:
mode:
Diffstat (limited to 'engines/wage')
-rw-r--r--engines/wage/detection.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/engines/wage/detection.cpp b/engines/wage/detection.cpp
index fa6a1e8ba7..9b05f8b567 100644
--- a/engines/wage/detection.cpp
+++ b/engines/wage/detection.cpp
@@ -48,8 +48,6 @@ static const PlainGameDescriptor wageGames[] = {
namespace Wage {
-using Common::GUIO_NONE;
-
static const ADGameDescription gameDescriptions[] = {
{
"afm",
@@ -58,7 +56,7 @@ static const ADGameDescription gameDescriptions[] = {
Common::EN_ANY,
Common::kPlatformPC,
ADGF_NO_FLAGS,
- GUIO_NONE
+ GUIO0()
},
AD_TABLE_END_MARKER
@@ -70,7 +68,7 @@ class WageMetaEngine : public AdvancedMetaEngine {
public:
WageMetaEngine() : AdvancedMetaEngine(Wage::gameDescriptions, sizeof(ADGameDescription), wageGames) {
_singleid = "wage";
- _guioptions = Common::GUIO_NOSPEECH | Common::GUIO_NOMIDI;
+ _guioptions = GUIO2(GUIO_NOSPEECH, GUIO_NOMIDI);
}
virtual const char *getName() const {