Skip to content

Commit

Permalink
Rename some fields in plant_tree_info, add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
quietust committed Jul 21, 2014
1 parent fa36839 commit e8e4156
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions df.plants.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,20 +47,20 @@
</bitfield-type>

<struct-type type-name='plant_tree_info'>
<pointer name='body' is-array='true'>
<pointer type-name='plant_tree_tile' is-array='true'/>
<pointer name='body' is-array='true' comment='dimension body_height'>
<pointer type-name='plant_tree_tile' is-array='true' comment='dimension dim_x*dim_y'/>
</pointer>
<pointer name='unk1' type-name='int16_t' is-array='true'/>
<pointer name='unk2' type-name='int16_t' is-array='true'/>
<pointer name='unk3' type-name='int16_t' is-array='true'/>
<pointer name='unk4' type-name='int16_t' is-array='true'/>
<int32_t name='z_dim'/>
<int32_t name='x_dim'/>
<int32_t name='y_dim'/>
<pointer name='roots' is-array='true'>
<pointer type-name='plant_tree_tile' is-array='true'/>
<pointer name='unk1' type-name='int16_t' is-array='true' comment='dimension body_height'/>
<pointer name='unk2' type-name='int16_t' is-array='true' comment='dimension body_height'/>
<pointer name='unk3' type-name='int16_t' is-array='true' comment='dimension body_height'/>
<pointer name='unk4' type-name='int16_t' is-array='true' comment='dimension body_height'/>
<int32_t name='body_height'/>
<int32_t name='dim_x'/>
<int32_t name='dim_y'/>
<pointer name='roots' is-array='true' comment='dimension roots_depth'>
<pointer type-name='plant_tree_tile' is-array='true' comment='dimension dim_x*dim_y'/>
</pointer>
<int32_t name='unk5'/>
<int32_t name='roots_depth'/>
<int16_t name='unk6'/>
</struct-type>
</data-definition>
Expand Down

0 comments on commit e8e4156

Please sign in to comment.