diff options
Diffstat (limited to 'src/being.cpp')
-rw-r--r-- | src/being.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/being.cpp b/src/being.cpp index 15d93f251..93199024f 100644 --- a/src/being.cpp +++ b/src/being.cpp @@ -2546,7 +2546,7 @@ std::string Being::loadComment(const std::string &name, int type) str += stringToHexPath(name) + "/comment.txt"; logger->log("load from: %s", str.c_str()); - std::vector<std::string> lines; + StringVect lines; ResourceManager *resman = ResourceManager::getInstance(); if (resman->existsLocal(str)) |