aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/kyra_hof.h
diff options
context:
space:
mode:
authorJohannes Schickel2011-09-08 00:32:03 +0200
committerJohannes Schickel2011-09-08 00:33:10 +0200
commit1fa858d33910ae92cb19ac3cda8b77a2f104e8dc (patch)
tree538fe70238f6d9a62189b6ea3d9e2a60595d07e5 /engines/kyra/kyra_hof.h
parentc386a5520ff389b77dd004f55ae78fc5f24856e2 (diff)
downloadscummvm-rg350-1fa858d33910ae92cb19ac3cda8b77a2f104e8dc.tar.gz
scummvm-rg350-1fa858d33910ae92cb19ac3cda8b77a2f104e8dc.tar.bz2
scummvm-rg350-1fa858d33910ae92cb19ac3cda8b77a2f104e8dc.zip
KYRA: Made some more static data const.
Diffstat (limited to 'engines/kyra/kyra_hof.h')
-rw-r--r--engines/kyra/kyra_hof.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/kyra/kyra_hof.h b/engines/kyra/kyra_hof.h
index 2561171598..916cac0c9d 100644
--- a/engines/kyra/kyra_hof.h
+++ b/engines/kyra/kyra_hof.h
@@ -566,8 +566,8 @@ protected:
// -
char _internStringBuf[200];
- static const char *_languageExtension[];
- static const char *_scriptLangExt[];
+ static const char *const _languageExtension[];
+ static const char *const _scriptLangExt[];
// character
bool _useCharPal;