X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FTerrain.cpp;h=34da00ea94b2fd1d3071e1f755dee31de2fc2b3c;hb=f66f0e0b961dd138e4a60554373de9e64abd973b;hp=41a2181cacefe40556cec8b44fe5ca731f375733;hpb=af1d37a1d6e36f63c514c20dc6413e9d61146ec6;p=lugaru.git diff --git a/Source/Terrain.cpp b/Source/Terrain.cpp index 41a2181..34da00e 100644 --- a/Source/Terrain.cpp +++ b/Source/Terrain.cpp @@ -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;