]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Person.cpp
Replaced as much char* as possible by std::strings
[lugaru.git] / Source / Person.cpp
index 0d3913ef28a0e1415c8769089ef48c683e560447..3c9a123263d7e823068618b1900c02a28d1a946c 100644 (file)
@@ -6839,7 +6839,7 @@ void Person::addClothes()
 bool Person::addClothes(const int& clothesId)
 {
     LOGFUNC;
-    const char* fileName = clothes[clothesId];
+    const std::string fileName = clothes[clothesId];
 
     GLubyte* array = &skeleton.skinText[0];