aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/detection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/xeen/detection.cpp')
-rw-r--r--engines/xeen/detection.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/xeen/detection.cpp b/engines/xeen/detection.cpp
index 91eab285b3..1b9c260e35 100644
--- a/engines/xeen/detection.cpp
+++ b/engines/xeen/detection.cpp
@@ -61,6 +61,10 @@ Common::Platform XeenEngine::getPlatform() const {
return _gameDescription->desc.platform;
}
+bool XeenEngine::getIsCD() const {
+ return getFeatures() & ADGF_CD;
+}
+
} // End of namespace Xeen
static const PlainGameDescriptor XeenGames[] = {