COMMON: Get rid of Common::StringList
svn-id: r48287
This commit is contained in:
parent
81a698d0a0
commit
cac0ac66e2
54 changed files with 108 additions and 116 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue