COMMON: Get rid of Common::StringList

svn-id: r48287
This commit is contained in:
Max Horn 2010-03-18 15:54:40 +00:00
parent 81a698d0a0
commit cac0ac66e2
54 changed files with 108 additions and 116 deletions

View file

@ -116,7 +116,7 @@ void LocationName::bind(const char *s) {
_hasSlide = false;
_hasCharacter = false;
Common::StringList list;
Common::StringArray list;
char *tok = strtok(_buf, ".");
while (tok) {
list.push_back(tok);