aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sci.h
diff options
context:
space:
mode:
authorMax Horn2009-05-15 09:29:03 +0000
committerMax Horn2009-05-15 09:29:03 +0000
commitd8d18d14ef501048d8e2c83ecfca2a17202de638 (patch)
treeeb2d6ce4de0a97569da91255f91a70063c8b3d61 /engines/sci/sci.h
parent9c44705f0549fde3aad7be6e991fa21b70f984a9 (diff)
downloadscummvm-rg350-d8d18d14ef501048d8e2c83ecfca2a17202de638.tar.gz
scummvm-rg350-d8d18d14ef501048d8e2c83ecfca2a17202de638.tar.bz2
scummvm-rg350-d8d18d14ef501048d8e2c83ecfca2a17202de638.zip
SCI: Keep a single copy of the versionNames array; this fixes warning about it (well, one of its many copies) being unused
svn-id: r40600
Diffstat (limited to 'engines/sci/sci.h')
-rw-r--r--engines/sci/sci.h12
1 files changed, 1 insertions, 11 deletions
diff --git a/engines/sci/sci.h b/engines/sci/sci.h
index db8a40ebd1..b8eed055e5 100644
--- a/engines/sci/sci.h
+++ b/engines/sci/sci.h
@@ -77,17 +77,7 @@ enum SciGameVersions {
SCI_VERSION_32 = 8
};
-static const char *versionNames[9] = {
- "Autodetected",
- "SCI0",
- "SCI01 EGA",
- "SCI01 VGA",
- "SCI01 VGA ODD",
- "SCI1 early",
- "SCI1 late",
- "SCI1.1",
- "SCI32"
-};
+extern const char *versionNames[9];
enum SciGameFlags {
/*