A bit of cleaning

This commit is contained in:
Laurent Vivier 2011-09-25 14:10:49 +02:00
parent 79badfa313
commit 902eb1ab20
1 changed files with 1 additions and 3 deletions

View File

@ -178,12 +178,10 @@ void content_mapnode_init()
f->light_propagates = true; f->light_propagates = true;
f->sunlight_propagates = true; f->sunlight_propagates = true;
f->light_source = LIGHT_MAX-1; f->light_source = LIGHT_MAX-1;
f->param_type = CPT_MINERAL; f->param_type = CPT_MINERAL;
f->is_ground_content = true; f->is_ground_content = true;
f->dug_item = std::string("MaterialItem2 ")+itos(i)+" 1"; f->dug_item = std::string("MaterialItem2 ")+itos(i)+" 1";
setDirtLikeDiggingProperties(f->digging_properties, 1.00); setDirtLikeDiggingProperties(f->digging_properties, 1.0);
i = CONTENT_SANDSTONE; i = CONTENT_SANDSTONE;
f = &content_features(i); f = &content_features(i);