diff options
Diffstat (limited to 'src/mapgen_singlenode.h')
-rw-r--r-- | src/mapgen_singlenode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mapgen_singlenode.h b/src/mapgen_singlenode.h index f9c97b508..2c6496c00 100644 --- a/src/mapgen_singlenode.h +++ b/src/mapgen_singlenode.h @@ -41,7 +41,7 @@ public: ~MapgenSinglenode(); void makeChunk(BlockMakeData *data); - int getGroundLevelAtPoint(v2s16 p); + int getSpawnLevelAtPoint(v2s16 p); }; struct MapgenFactorySinglenode : public MapgenFactory { |