Fix another silly mistake making CONTENT_IGNORE definition not being what it should
authorPerttu Ahola <celeron55@gmail.com>
Wed, 16 Nov 2011 14:56:55 +0000 (16:56 +0200)
committerPerttu Ahola <celeron55@gmail.com>
Tue, 29 Nov 2011 17:13:47 +0000 (19:13 +0200)
src/nodedef.cpp

index 565e3cb3413af7a0cf300c0b80b6ca284526ae26..8497b74b094b944df6934d9240b279432dfda17a 100644 (file)
@@ -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