X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FTerrain.h;h=c375687f4aa4f52ece092a7e85fcec5c10905d84;hb=8a32dc9e4e1011b10f009e999d7d008aa2711d8a;hp=9602ad593b9f988e4adfd9b5feeffd918bded175;hpb=97989f58ab13c64fbe05e629d2b2a024a2c3cfa4;p=lugaru.git diff --git a/Source/Terrain.h b/Source/Terrain.h index 9602ad5..c375687 100644 --- a/Source/Terrain.h +++ b/Source/Terrain.h @@ -1,5 +1,6 @@ /* Copyright (C) 2003, 2010 - Wolfire Games +Copyright (C) 2010-2016 - Lugaru contributors (see AUTHORS file) This file is part of Lugaru. @@ -116,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);