aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/msg.cpp
diff options
context:
space:
mode:
authorMax Horn2010-03-18 15:54:40 +0000
committerMax Horn2010-03-18 15:54:40 +0000
commitcac0ac66e22d18a57958ef342e6b115e35197e90 (patch)
tree1fef12f458e84cdba353bd9b3ef45e3d00a63a16 /engines/cine/msg.cpp
parent81a698d0a0a52115088825523950047d135b0ca0 (diff)
downloadscummvm-rg350-cac0ac66e22d18a57958ef342e6b115e35197e90.tar.gz
scummvm-rg350-cac0ac66e22d18a57958ef342e6b115e35197e90.tar.bz2
scummvm-rg350-cac0ac66e22d18a57958ef342e6b115e35197e90.zip
COMMON: Get rid of Common::StringList
svn-id: r48287
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;