Skip to content

Commit

Permalink
separate out into its own type
Browse files Browse the repository at this point in the history
  • Loading branch information
myk002 committed Mar 14, 2024
1 parent 51aa63b commit e7a6f97
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions df.buildings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -719,6 +719,11 @@
</class-type>

-- actual --
<enum-type type-name='building_item_role_type' base-type='int16_t' comment='bay12: BuildingItemRoles'>
<enum-item name='TEMP'/>
<enum-item name='TEMP_PRINTHIDDEN'/>
<enum-item name='PERM'/>
</enum-type>

<class-type type-name='building_actual' inherits-from='building'
original-name='building_actualst'>
Expand All @@ -728,11 +733,7 @@
<stl-vector name='contained_items'>
<pointer>
<pointer name='item' type-name='item'/>
<enum name='use_mode' base-type='int16_t' comment='bay12: field: role, type: BuildingItemRoles'>
<enum-item name='TEMP'/>
<enum-item name='TEMP_PRINTHIDDEN'/>
<enum-item name='PERM'/>
</enum>
<enum name='use_mode' type-name='building_item_role_type' comment='bay12: role'/>
</pointer>
</stl-vector>

Expand Down

0 comments on commit e7a6f97

Please sign in to comment.