aboutsummaryrefslogtreecommitdiff
path: root/engines/draci/detection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/draci/detection.cpp')
-rw-r--r--engines/draci/detection.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/draci/detection.cpp b/engines/draci/detection.cpp
index ce426740fa..78c5c71605 100644
--- a/engines/draci/detection.cpp
+++ b/engines/draci/detection.cpp
@@ -86,7 +86,7 @@ const ADGameDescription gameDescriptions[] = {
} // End of namespace Draci
-const ADParams detectionParams = {
+static const ADParams detectionParams = {
// Pointer to ADGameDescription or its superset structure
(const byte *)Draci::gameDescriptions,
// Size of that superset structure
@@ -103,7 +103,7 @@ const ADParams detectionParams = {
0,
// Flags
0,
- // Global GUI options
+ // Additional GUI options (for every game}
Common::GUIO_NONE,
// Maximum directory depth
1,