Skip to content

Commit

Permalink
Add the windows building id global and a unit field from Q.
Browse files Browse the repository at this point in the history
  • Loading branch information
angavrilov committed May 1, 2012
1 parent 9449cb8 commit 6ce2b71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion df.units.xml
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@
<uint16_t name='unk_2ee'/>
<uint16_t name='unk_2f0_cntr'/> // increments every tick
<pointer comment='df_job' name='current_job' type-name='job'/>
<uint16_t name='unk_2f8'/>
<enum base-type='int16_t' type-name='job_skill' name='mood_skill'/>
<uint32_t name='unk_2fc'/>
<uint32_t name='unk_300'/>
<uint32_t name='unk_304'/>
Expand Down
2 changes: 1 addition & 1 deletion symbols.xml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@

.bss primitive

<global-address name='building_next_id'/>
<global-address name='building_next_id' value='0x10193B0'/>

<global-address name='cur_year' value='0x101e1f0'/>
<global-address name='cur_year_tick' value='0xfebfa4'/>
Expand Down

0 comments on commit 6ce2b71

Please sign in to comment.