Skip to content

Commit

Permalink
Merge pull request DFHack#347 from PatrikLundell/v4702
Browse files Browse the repository at this point in the history
Corrected world_region to align min/max/mid values at the end
  • Loading branch information
BenLubar authored Feb 12, 2020
2 parents f7b5263 + b5feb74 commit ee46a54
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
3 changes: 3 additions & 0 deletions df.legends.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,9 @@
<int16_t name='unk10' init-value='-1'/>
<int32_t name='unk11' init-value='-1'/>
<int32_t name='unk12' init-value='-1'/>
<int32_t name='unk_v47_1'/>
<int32_t name='unk_v47_2'/>
<int32_t name='unk_v47_3'/>
<df-flagarray name='flags' index-enum='nemesis_flags'/>
</struct-type>

Expand Down
8 changes: 2 additions & 6 deletions df.world-data.xml
Original file line number Diff line number Diff line change
Expand Up @@ -194,13 +194,9 @@
<bool name='evil'/>
<bool name='good'/> -- At most one of 'evil' and 'good' is set at a time by DF.
<int16_t name="lake_surface"/>

<padding name="unk_1ed" size="34" comment='Seems to change randomly as the same save is loaded' since='v0.47.01'/>

<int32_t name="unk_v47_1"/>
<stl-vector name="forces" type-name='int32_t' ref-target='historical_figure' comment="historical figure IDs of force deities associated with the region"/>

<padding name="unk_208" size="4" comment='Seems to change randomly as the same save is loaded'/>

<int32_t name="unk_v47_2"/>
<int32_t name="mid_x"/>
<int32_t name="mid_y"/>
<int32_t name="min_x"/>
Expand Down

0 comments on commit ee46a54

Please sign in to comment.