Skip to content

Commit

Permalink
align itemdef_toolst
Browse files Browse the repository at this point in the history
  • Loading branch information
myk002 committed Oct 3, 2024
1 parent e653a63 commit 4ab0b4a
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion df.item-raws.xml
Original file line number Diff line number Diff line change
Expand Up @@ -956,7 +956,15 @@
<enum type-name="tool_flags" name="restriction"/>
</pointer>
</stl-vector>
<static-array name='texpos' type-name="int32_t" count="68"/>
<static-array name='texpos' type-name="int32_t" count="8"/>
<stl-vector name='texpos_container_top_plant' type-name='int32_t'/>
<stl-vector name='texpos_container_top_plant_subterranean' type-name='int32_t'/>
<stl-vector name='texpos_container_top_meal' type-name='int32_t'/>
<stl-vector name='texpos_container_top_cheese' type-name='int32_t'/>
<stl-vector name='texpos_container_top_meat' type-name='int32_t'/>
<stl-vector name='texpos_container_top_fish' type-name='int32_t'/>
<stl-vector name='texpos_container_top_bag' type-name='int32_t'/>
<static-array name='texpos2' type-name="int32_t" count="60"/>
<stl-vector name='texpos_global_shape_index' type-name="int32_t"/>
<stl-vector name='texpos_global_shape_texpos' type-name="int32_t"/>
<stl-vector name='graphics_info' comment='item_tool_graphics_infost'/>
Expand Down

0 comments on commit 4ab0b4a

Please sign in to comment.