1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-07-02 16:38:41 +00:00

Math mapgen fix, ip show on connect, pathfinder segfault fix

This commit is contained in:
proller 2013-06-23 20:23:59 +04:00
parent 75b8c13b00
commit f764297be2
7 changed files with 21 additions and 34 deletions

View file

@ -42,8 +42,6 @@ class MapgenMath : public MapgenV7 {
MapgenMath(int mapgenid, MapgenMathParams *mg_params, EmergeManager *emerge);
~MapgenMath();
//void makeChunk(BlockMakeData *data);
void generateTerrain();
int getGroundLevelAtPoint(v2s16 p);