aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/msg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cine/msg.cpp')
-rw-r--r--engines/cine/msg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cine/msg.cpp b/engines/cine/msg.cpp
index eb7167c6a3..45f81f7d05 100644
--- a/engines/cine/msg.cpp
+++ b/engines/cine/msg.cpp
@@ -33,7 +33,7 @@ namespace Cine {
// FIXME: Global C++ objects affect portability negatively.
// Turn this into a class member instead.
-Common::StringList messageTable;
+Common::StringArray messageTable;
void loadMsg(char *pMsgName) {
uint32 sourceSize;