From ae238fdba5253728e4663702cee0ad47665c9ab6 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Sun, 8 Dec 2013 18:48:20 +0100 Subject: SCI: Constify selectorNameTable. --- engines/sci/engine/script_patches.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines') diff --git a/engines/sci/engine/script_patches.cpp b/engines/sci/engine/script_patches.cpp index 9c8619b89d..9d24549507 100644 --- a/engines/sci/engine/script_patches.cpp +++ b/engines/sci/engine/script_patches.cpp @@ -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 -- cgit v1.2.3