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/draci | |
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/draci')
-rw-r--r-- | engines/draci/detection.cpp | 4 |
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, |