Skip to content

Commit

Permalink
Merge pull request #722 from cvuchener/small-fixes
Browse files Browse the repository at this point in the history
Small fixes
  • Loading branch information
myk002 authored Feb 12, 2024
2 parents 86fd237 + a0461f2 commit b8a51cf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 94 deletions.
4 changes: 2 additions & 2 deletions df.art.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1100,8 +1100,8 @@
<stl-vector name='service_order' pointer-type='service_orderst' comment='local id vector'/>
<int32_t name='next_service_order_id'/>

<pointer name='wg_site' type-name='world_site' comment='worldgen only'/>
<pointer name='wg_ab' type-name='abstract_building' comment='worldgen only'/>
<pointer name='wg_site' type-name='world_site' has-bad-pointers='true' comment='worldgen only'/>
<pointer name='wg_ab' type-name='abstract_building' has-bad-pointers='true' comment='worldgen only'/>
</struct-type>

<enum-type type-name='service_order_type' base-type='int32_t' comment='bay12: ServiceOrder'>
Expand Down
2 changes: 1 addition & 1 deletion df.world-site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@
</struct-type>

<struct-type type-name='site_culture_infrastructurest'>
<stl-vector name='religious_structure_batch' type-name='site_religious_structure_batchst'/>
<stl-vector name='religious_structure_batch' pointer-type='site_religious_structure_batchst'/>
</struct-type>

<enum-type type-name='site_flag_type'> SiteFlagType
Expand Down
Loading

0 comments on commit b8a51cf

Please sign in to comment.