Skip to content

Commit

Permalink
Named is_volcano flag
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrikLundell committed Jul 18, 2018
1 parent 23500e4 commit 34d7528
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion df.world-data.xml
Expand Up @@ -684,6 +684,10 @@
<stl-vector name='unk_v43_4'/>
</struct-type>

<enum-type type-name='mountain_peak_flags'>
<enum-item name='is_volcano'/>
</enum-type>

<struct-type type-name='world_data'>
<compound name='name' type-name='language_name' comment='name of the world'/>

Expand Down Expand Up @@ -845,7 +849,7 @@
<pointer>
<compound name='name' type-name='language_name'/>
<compound name='pos' type-name='coord2d'/>
<df-flagarray name='flags'/>
<df-flagarray name='flags' index-enum='mountain_peak_flags'/>
<int16_t name="height"/>
</pointer>
</stl-vector>
Expand Down

0 comments on commit 34d7528

Please sign in to comment.