]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Terrain.h
Replaced as much char* as possible by std::strings
[lugaru.git] / Source / Terrain.h
index 0a6b74bd5783495c4901cb827e658eb446af2864..c375687f4aa4f52ece092a7e85fcec5c10905d84 100644 (file)
@@ -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);