aboutsummaryrefslogtreecommitdiff
path: root/engines/lure/lure.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/lure/lure.h')
-rw-r--r--engines/lure/lure.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/lure/lure.h b/engines/lure/lure.h
index eacdf19c41..c201379bc9 100644
--- a/engines/lure/lure.h
+++ b/engines/lure/lure.h
@@ -81,7 +81,7 @@ public:
uint32 getFeatures() const;
Common::Language getLanguage() const;
Common::Platform getPlatform() const;
-
+ bool isEGA() const { return (getFeatures() & GF_EGA) != 0; }
};
} // End of namespace Lure