summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2011-11-16 16:56:55 +0200
committerPerttu Ahola <celeron55@gmail.com>2011-11-29 19:13:47 +0200
commit4725e5c52e7ad303721214ee2723a250b813ccaf (patch)
treedca76bd0569ada40c3143798a9021b6459729aae
parent106027fc299153124fb91a59ab0c9150ff99ee53 (diff)
downloadminetest-4725e5c52e7ad303721214ee2723a250b813ccaf.tar.gz
minetest-4725e5c52e7ad303721214ee2723a250b813ccaf.tar.bz2
minetest-4725e5c52e7ad303721214ee2723a250b813ccaf.zip
Fix another silly mistake making CONTENT_IGNORE definition not being what it should
-rw-r--r--src/nodedef.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nodedef.cpp b/src/nodedef.cpp
index 565e3cb34..8497b74b0 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