diff options
-rw-r--r-- | engines/sci/engine/script_patches.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 |