Skip to content

Commit 9d0c234

Browse files
committed
updates for 51.10
1 parent 94f95a3 commit 9d0c234

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

df.building.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2780,7 +2780,7 @@
27802780

27812781
<stl-vector name='candidates' pointer-type='item'/>
27822782
<stl-vector name='candidate_selected' type-name='bool'/>
2783-
<stl-vector name='level_map' type-name='int16_t' comment='map_block.walkable'/>
2783+
<stl-vector name='level_map' type-name='int32_t' comment='map_block.walkable'/>
27842784
<stl-vector name='candidate_enabled' type-name='bool'/>
27852785

27862786
<int16_t name="count_required"/>
@@ -2905,7 +2905,7 @@
29052905
<static-array type-name='build_square_type' count='31'/>
29062906
</static-array>
29072907

2908-
<int16_t name='cur_walk_tag'/>
2908+
<int32_t name='cur_walk_tag' comment=='bay12: choice_level_map'/>
29092909

29102910
<compound name='plate_info' type-name='pressure_plate_info'/>
29112911

@@ -2928,7 +2928,7 @@
29282928
<compound name='selection_pos' type-name='coord' since='v0.50.01'/>
29292929
<int32_t name='selection_area' since='v0.50.01'/>
29302930
<int32_t name='total_sq'/>
2931-
<stl-vector name='total_sq_level_map' type-name='int16_t' since='v0.50.01'/>
2931+
<stl-vector name='total_sq_level_map' type-name='int32_t' since='v0.50.01'/>
29322932

29332933
<bool name='use_last_material'/>
29342934
<bool name='set_last_item_search'/>

df.item.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@
520520
<int8_t name='stockpile_delay' comment='used to reset countdown; randomly varies'/>
521521

522522
<int32_t name='base_uniform_score' comment='temporary_32'/>
523-
<int16_t name='walkable_id' comment='temporary_16; from map_block.walkable'/>
523+
<int32_t name='walkable_id' comment='temporary_32_2; from map_block.walkable'/>
524524
<uint16_t name='spec_heat'/>
525525
<uint16_t name='ignite_point'/>
526526
<uint16_t name='heatdam_point'/>

0 commit comments

Comments
 (0)