]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Terrain.h
merge
[lugaru.git] / Source / Terrain.h
index 71223bda67e0fdc1c472ab1004e7b166f34df57a..4a3746dc7bbf63f818b1456c65b5ed1addd1c9fc 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(char *fileName);
+       bool load(const char *fileName);
        void CalculateNormals();
        void drawdecals();
        void draw(int layer);