diff options
Diffstat (limited to 'engines/agos/string_pn.cpp')
-rw-r--r-- | engines/agos/string_pn.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/agos/string_pn.cpp b/engines/agos/string_pn.cpp index 570fbc6200..ac8c263da3 100644 --- a/engines/agos/string_pn.cpp +++ b/engines/agos/string_pn.cpp @@ -68,7 +68,7 @@ void AGOSEngine_PN::uncomstr(char *c, uint32 x) { *c = 0; } -static const char *objectNames[30] = { +static const char *const objectNames[30] = { "\0", "Take \0", "Inventory\r", |