Inherit parts used by map too

SVN revision: 62145
This commit is contained in:
Iván Briano 2011-08-05 17:13:38 +00:00
parent d799212fa0
commit fd222d9729
1 changed files with 4 additions and 0 deletions

View File

@ -3674,6 +3674,10 @@ st_collections_group_parts_part_description_inherit(void)
data_queue_part_slave_lookup(&parent->rel2.id_x, &ed->rel2.id_x);
data_queue_part_slave_lookup(&parent->rel2.id_y, &ed->rel2.id_y);
data_queue_part_slave_lookup(&parent->map.id_persp, &ed->map.id_persp);
data_queue_part_slave_lookup(&parent->map.id_light, &ed->map.id_light);
data_queue_part_slave_lookup(&parent->map.rot.id_center, &ed->map.rot.id_center);
/* make sure all the allocated memory is getting copied, not just
* referenced
*/