Skip to content

Commit

Permalink
Make flip_latitude an enum
Browse files Browse the repository at this point in the history
  • Loading branch information
lethosor committed Oct 11, 2015
1 parent 8fcb57a commit dc76bf4
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions df.world-data.xml
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@
<enum-item/>
<enum-item/>
</enum-type>

<enum-type type-name='front_type' base-type='uint16_t'>
<enum-item name='front_none'/>
<enum-item name='front_warm'/>
Expand Down Expand Up @@ -656,7 +656,12 @@
-->
<int32_t name='unk_78'/>
<int32_t name='moon_phase'/>
<int16_t name='flip_latitude' comment='-1 = no poles, 0 = pole on north, 1 = pole on south, 2 = both poles'/>
<enum name='flip_latitude' base-type='int16_t'>
<enum-item name='None' value='-1'/>
<enum-item name='North'/>
<enum-item name='South'/>
<enum-item name='Both'/>
</enum>
<int16_t name='flip_longitude'/>
<int16_t name='unk_84'/>
<int16_t name='unk_86'/>
Expand Down

0 comments on commit dc76bf4

Please sign in to comment.