From f764297be2d55c9b8350077e44e3d62a9e058bcf Mon Sep 17 00:00:00 2001 From: proller Date: Sun, 23 Jun 2013 20:23:59 +0400 Subject: Math mapgen fix, ip show on connect, pathfinder segfault fix --- src/mapgen_math.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/mapgen_math.h') diff --git a/src/mapgen_math.h b/src/mapgen_math.h index 070ebab61..3d3929c51 100644 --- a/src/mapgen_math.h +++ b/src/mapgen_math.h @@ -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); -- cgit v1.2.3