From cac0ac66e22d18a57958ef342e6b115e35197e90 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Thu, 18 Mar 2010 15:54:40 +0000 Subject: COMMON: Get rid of Common::StringList svn-id: r48287 --- engines/cine/msg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/cine/msg.cpp') 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; -- cgit v1.2.3