Skip to content

Commit

Permalink
Name a few of the building_trapst fields.
Browse files Browse the repository at this point in the history
  • Loading branch information
angavrilov committed Apr 29, 2012
1 parent 590b408 commit d755560
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions df.buildings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -692,7 +692,7 @@
<flag-bit name='unk'/>
</bitfield>
<int8_t name='timer'/>
<enum name='bridge_direction' base-type='int8_t'>
<enum name='direction' base-type='int8_t'>
<enum-item name='Retracting' value='-1'/>
<enum-item name='Left'/>
<enum-item name='Right'/>
Expand Down Expand Up @@ -910,19 +910,19 @@
</enum-type>

<class-type type-name='building_trapst' inherits-from='building_actual'>
<enum base-type='int16_t' type-name='trap_type'/>
<enum base-type='int16_t' name='trap_type' type-name='trap_type'/>
<int8_t name='state' comment='1 = pulled, tripped/needs reloading'/>
<int16_t/>
<int16_t/>
<int16_t/>
<int16_t name='unk_cc'/>
<int16_t name='unk_ce'/>
<int16_t name='unk_d0'/>
<stl-vector name='linked_mechanisms'>
<pointer type-name='item'/>
</stl-vector>
<stl-vector type-name='int32_t'/>
<stl-vector type-name='int32_t'/>
<int32_t/>
<int32_t/>
<compound>
<compound name='trap_info'>
<int32_t/>
<int32_t/>
<int8_t/>
Expand Down

0 comments on commit d755560

Please sign in to comment.