Skip to content

Commit 7bb2d46

Browse files
authored
Merge pull request #830 from myk002/myk_5107
update structures for 51.07
2 parents e97f8d4 + 0feb531 commit 7bb2d46

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

df.building.xml

+8
Original file line numberDiff line numberDiff line change
@@ -2930,6 +2930,14 @@
29302930
<int32_t name='total_sq'/>
29312931
<stl-vector name='total_sq_level_map' type-name='int16_t' since='v0.50.01'/>
29322932

2933+
<bool name='use_last_material'/>
2934+
<bool name='set_last_item_search'/>
2935+
<compound type-name='job_item_filter' name='last_item_search'/>
2936+
<int32_t name='last_itype'/>
2937+
<int32_t name='last_isubtype'/>
2938+
<int32_t name='last_mat'/>
2939+
<int32_t name='last_matg'/>
2940+
29332941
<bool name='use_closest_material'/>
29342942
<bool name='use_same_material'/>
29352943
<bool name='build_after_placement'/>

df.g_src.graphics.xml

+2
Original file line numberDiff line numberDiff line change
@@ -742,6 +742,8 @@
742742
<static-array type-name='large_integer' name='print_time' count='100'/>
743743
<long name='print_index'/>
744744
<int8_t name='display_frames'/>
745+
<int32_t name='frame_display_sx'/>
746+
<int32_t name='frame_display_dy'/>
745747

746748
<int16_t name='force_full_display_count'/>
747749
<int8_t name='do_clean_tile_cache' comment='true by main, false by graphics'/>

df.item.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -668,7 +668,7 @@
668668
<int32_t name='site_id' ref-target='world_site'/>
669669
</vmethod>
670670
<vmethod name='setSeedsPlantSkillLevel'> <int16_t name='level'/> </vmethod>
671-
<vmethod ret-type='int16_t' name='getCorpseSize' comment='size_info.size_cur'/>
671+
<vmethod ret-type='int32_t' name='getCorpseSize' comment='size_info.size_cur'/>
672672

673673
<vmethod ret-type='bool' name='ageItem'><int32_t name='amount'/></vmethod>
674674
<vmethod ret-type='int32_t' name='getCritterAirdrownTimer'/>

0 commit comments

Comments
 (0)