X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FTerrain.h;h=4a3746dc7bbf63f818b1456c65b5ed1addd1c9fc;hb=bbf8873b80baf3cb468ac12b3f62b0938320fef1;hp=71223bda67e0fdc1c472ab1004e7b166f34df57a;hpb=44146d06c780d3aaa283672fedb08b8870ebe1b9;p=lugaru.git diff --git a/Source/Terrain.h b/Source/Terrain.h index 71223bd..4a3746d 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(char *fileName); + bool load(const char *fileName); void CalculateNormals(); void drawdecals(); void draw(int layer);