From 106027fc299153124fb91a59ab0c9150ff99ee53 Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Wed, 16 Nov 2011 16:52:36 +0200 Subject: Fix silly misspelling in mapgen that made junglegrass to be CONTENT_IGNORE --- src/mapgen.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/mapgen.cpp b/src/mapgen.cpp index 5e7349a3b..8b2b1aa23 100644 --- a/src/mapgen.cpp +++ b/src/mapgen.cpp @@ -2222,7 +2222,7 @@ void make_block(BlockMakeData *data) vmanip.m_data[vmanip.m_area.index(p)] = LEGN(ndef, "CONTENT_MUD"); p.Y++;*/ if(vmanip.m_area.contains(p)) - vmanip.m_data[vmanip.m_area.index(p)] = LEGN(ndef, "CONTENT_JUNGLEGNRASS"); + vmanip.m_data[vmanip.m_area.index(p)] = LEGN(ndef, "CONTENT_JUNGLEGRASS"); } } -- cgit v1.2.3