X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FTerrain.h;h=c375687f4aa4f52ece092a7e85fcec5c10905d84;hb=f66f0e0b961dd138e4a60554373de9e64abd973b;hp=0a6b74bd5783495c4901cb827e658eb446af2864;hpb=af1d37a1d6e36f63c514c20dc6413e9d61146ec6;p=lugaru.git diff --git a/Source/Terrain.h b/Source/Terrain.h index 0a6b74b..c375687 100644 --- a/Source/Terrain.h +++ b/Source/Terrain.h @@ -117,7 +117,7 @@ public: void UpdateTransparency(int whichx, int whichy); void UpdateTransparencyother(int whichx, int whichy); void UpdateTransparencyotherother(int whichx, int whichy); - bool load(const char *fileName); + bool load(const std::string& fileName); void CalculateNormals(); void drawdecals(); void draw(int layer);