Skip to content

Commit

Permalink
move union-tag-field to the union
Browse files Browse the repository at this point in the history
  • Loading branch information
BenLubar committed Jul 2, 2020
1 parent b439f22 commit 2d67b03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions df.history.xml
Original file line number Diff line number Diff line change
Expand Up @@ -553,8 +553,8 @@
</comment>
<enum type-name='job_skill' base-type='int32_t'/>
</stl-vector>
<stl-vector name='potential_corrupt_target' union-tag-field='potential_corrupt_skill'>
<compound is-union='true'>
<stl-vector name='potential_corrupt_target'>
<compound is-union='true' union-tag-field='potential_corrupt_skill'>
<int32_t init-value='-1' name='LYING'/>
<int32_t ref-target='historical_entity' name='INTIMIDATION'/>
<enum type-name='value_type' base-type='int32_t' name='CONVERSATION'/>
Expand Down

0 comments on commit 2d67b03

Please sign in to comment.