SCI: Constify selectorNameTable.

This commit is contained in:
Johannes Schickel 2013-12-08 18:48:20 +01:00
parent 239e39e30a
commit ae238fdba5

View File

@ -77,7 +77,7 @@ namespace Sci {
// You have to use the exact same order in both the table and the enum, otherwise
// it won't work.
static const char *selectorNameTable[] = {
static const char *const selectorNameTable[] = {
"cycles", // system selector
"seconds", // system selector
"init", // system selector