From: Perttu Ahola Date: Wed, 16 Nov 2011 14:56:55 +0000 (+0200) Subject: Fix another silly mistake making CONTENT_IGNORE definition not being what it should X-Git-Url: http://81.2.79.47:8989/gitweb/?a=commitdiff_plain;h=4725e5c52e7ad303721214ee2723a250b813ccaf;p=zefram%2Fminetest%2Fminetest_engine.git Fix another silly mistake making CONTENT_IGNORE definition not being what it should --- diff --git a/src/nodedef.cpp b/src/nodedef.cpp index 565e3cb3..8497b74b 100644 --- a/src/nodedef.cpp +++ b/src/nodedef.cpp @@ -355,7 +355,7 @@ public: f.diggable = false; f.buildable_to = true; f.air_equivalent = true; - set(CONTENT_AIR, f); + set(CONTENT_IGNORE, f); } } // CONTENT_IGNORE = not found