projects
/
oweals
/
minetest.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
106027f
)
Fix another silly mistake making CONTENT_IGNORE definition not being what it should
author
Perttu Ahola
<celeron55@gmail.com>
Wed, 16 Nov 2011 14:56:55 +0000
(16:56 +0200)
committer
Perttu Ahola
<celeron55@gmail.com>
Tue, 29 Nov 2011 17:13:47 +0000
(19:13 +0200)
src/nodedef.cpp
patch
|
blob
|
history
diff --git
a/src/nodedef.cpp
b/src/nodedef.cpp
index 565e3cb3413af7a0cf300c0b80b6ca284526ae26..8497b74b094b944df6934d9240b279432dfda17a 100644
(file)
--- 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