diff options
author | Max Horn | 2010-11-07 01:01:18 +0000 |
---|---|---|
committer | Max Horn | 2010-11-07 01:01:18 +0000 |
commit | 18d40017e849ccb74d899b651042a750052d11f4 (patch) | |
tree | 1f307bed2b54a40082451f13fb0f5f6f39ec9d3a /engines/kyra | |
parent | 7e7ad149c29e14aab82906384676bdae436b6b4e (diff) | |
download | scummvm-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.cpp | 2 |
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 |