Skip to content

Commit

Permalink
export-dt-ini: add new equipement update addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
cvuchener committed Nov 5, 2023
1 parent 2382a33 commit c284e6e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions devel/export-dt-ini.lua
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ address('world_site_type',df.world_site,'type')
address('active_sites_vector',df.world_data,'active_site')
address('gview',globals,'gview')
address('external_flag',globals,'game','external_flag')
address('global_equipment_update',globals,'plotinfo','equipment','update')
vtable('viewscreen_setupdwarfgame_vtable','viewscreen_setupdwarfgamest')

header('offsets')
Expand Down Expand Up @@ -449,6 +450,7 @@ address('shield_vector',df.squad_position,'uniform','shield')
address('weapon_vector',df.squad_position,'uniform','weapon')
address('uniform_item_filter',df.squad_uniform_spec,'item_filter')
address('uniform_indiv_choice',df.squad_uniform_spec,'indiv_choice')
address('equipment_update',df.squad,'ammo','update')

header('activity_offsets')
address('activity_type',df.activity_entry,'type')
Expand Down

0 comments on commit c284e6e

Please sign in to comment.