Skip to content

Commit

Permalink
Realign building_design and building_weaponrackst
Browse files Browse the repository at this point in the history
  • Loading branch information
quietust committed Jan 26, 2023
1 parent 3167ef8 commit 8b4564b
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions df.buildings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -733,17 +733,13 @@
</class-type>

<struct-type type-name='building_design'>
<int32_t name='architect' ref-target='historical_figure'/>
<int32_t name='unk2' init-value='-1'/>
<int16_t name='design_skill'/>
<int32_t name='builder1' ref-target='historical_figure'/>
<int32_t name='unk5' init-value='-1'/>
<int16_t name='build_skill'/>
<int16_t name='build_timer1' comment='+1 per 10 frames while building'/>
<int32_t name='builder2' ref-target='historical_figure'/>
<int16_t name='build_timer2'/>
<enum base-type='int16_t' name='quality1' type-name='item_quality'/>
<enum base-type='int16_t' name='quality2' type-name='item_quality'/>
<bitfield name='flags' base-type='uint32_t'>
<flag-bit name='rough' comment='rough gabbro road'/>
<flag-bit name='built'/>
Expand Down Expand Up @@ -1260,10 +1256,8 @@
</struct-type>

<class-type type-name='building_weaponrackst' inherits-from='building_actual'>
<int16_t name='unk_c0'/>

<stl-vector name='squads' pointer-type='building_squad_use'/>
<!-- removed in 50.02 <int32_t name='specific_squad' ref-target='squad'/> -->
<int16_t name='rack_flags'/>
<int32_t name='specific_squad' ref-target='squad'/>
</class-type>

<class-type type-name='building_wellst' inherits-from='building_actual'>
Expand Down

0 comments on commit 8b4564b

Please sign in to comment.