X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;ds=sidebyside;f=Source%2FTerrain.cpp;h=34da00ea94b2fd1d3071e1f755dee31de2fc2b3c;hb=4f4771bb67958d2e9180ba24d422141b9069e363;hp=41a2181cacefe40556cec8b44fe5ca731f375733;hpb=63b9ec8b134f9b42e899bec74bc0e6335d3afb47;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;