]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Terrain.cpp
Replaced as much char* as possible by std::strings
[lugaru.git] / Source / Terrain.cpp
index 41a2181cacefe40556cec8b44fe5ca731f375733..34da00ea94b2fd1d3071e1f755dee31de2fc2b3c 100644 (file)
@@ -398,7 +398,7 @@ void Terrain::UpdateVertexArray(int whichx, int whichy)
 }
 
 
-bool Terrain::load(const char *fileName)
+bool Terrain::load(const std::string& fileName)
 {
     static long i, j;
     static long x, y;