forked from oerkki/voxelands
Removed special alternate node value.
This commit is contained in:
parent
5c0e46b369
commit
2b8c17d754
|
@ -2096,7 +2096,6 @@ void content_mapnode_special(bool repeat)
|
||||||
f->param_type = CPT_LIGHT;
|
f->param_type = CPT_LIGHT;
|
||||||
f->param2_type = CPT_FACEDIR_SIMPLE;
|
f->param2_type = CPT_FACEDIR_SIMPLE;
|
||||||
f->pressure_type = CST_CRUSHABLE;
|
f->pressure_type = CST_CRUSHABLE;
|
||||||
f->special_alternate_node = CONTENT_SCAFFOLDING;
|
|
||||||
f->type = CMT_WOOD;
|
f->type = CMT_WOOD;
|
||||||
f->walkable = false;
|
f->walkable = false;
|
||||||
f->suffocation_per_second = 0;
|
f->suffocation_per_second = 0;
|
||||||
|
|
Loading…
Reference in New Issue