aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra
diff options
context:
space:
mode:
authorMax Horn2010-11-07 01:01:18 +0000
committerMax Horn2010-11-07 01:01:18 +0000
commit18d40017e849ccb74d899b651042a750052d11f4 (patch)
tree1f307bed2b54a40082451f13fb0f5f6f39ec9d3a /engines/kyra
parent7e7ad149c29e14aab82906384676bdae436b6b4e (diff)
downloadscummvm-rg350-18d40017e849ccb74d899b651042a750052d11f4.tar.gz
scummvm-rg350-18d40017e849ccb74d899b651042a750052d11f4.tar.bz2
scummvm-rg350-18d40017e849ccb74d899b651042a750052d11f4.zip
ENGINES: Unify code layout of all ADParams instances
svn-id: r54105
Diffstat (limited to 'engines/kyra')
-rw-r--r--engines/kyra/detection.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/kyra/detection.cpp b/engines/kyra/detection.cpp
index 875b49b62d..6c111a6601 100644
--- a/engines/kyra/detection.cpp
+++ b/engines/kyra/detection.cpp
@@ -50,7 +50,7 @@ const char * const directoryGlobs[] = {
0
};
-const ADParams detectionParams = {
+static const ADParams detectionParams = {
// Pointer to ADGameDescription or its superset structure
(const byte *)adGameDescs,
// Size of that superset structure