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