Removed special alternate node value.

This commit is contained in:
Capricorno 2016-08-03 18:54:14 +00:00 committed by darkrose
parent 5c0e46b369
commit 2b8c17d754
1 changed files with 0 additions and 1 deletions

View File

@ -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;