From 3bf4e26b1319295532bb4396cbd6406d85cbcae0 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 29 Mar 2012 03:51:37 +0300 Subject: Replace vectors with strings to short names. --- src/being.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/being.cpp') 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 lines; + StringVect lines; ResourceManager *resman = ResourceManager::getInstance(); if (resman->existsLocal(str)) -- cgit v1.2.3-60-g2f50