mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-19 08:06:42 +00:00
SCI: Constify selectorNameTable.
This commit is contained in:
parent
239e39e30a
commit
ae238fdba5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user