Skip to content

Commit

Permalink
tax room list contains building IDs; in the past, it was pointers
Browse files Browse the repository at this point in the history
  • Loading branch information
quietust committed Aug 18, 2014
1 parent 335756a commit 7ed868b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion df.ui.xml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
<compound name='tax_collection'>
<int16_t name='state'/>
<int32_t name='check_timer'/>
<stl-vector name='rooms' pointer-type='building'/>
<stl-vector name='rooms' type-name='int32_t' ref-target='building'/>
<int32_t name='reach_room_timer'/>
<int32_t name='tc_protect_timer'/>
<int32_t name='guard1_reach_tc_timer'/>
Expand Down

0 comments on commit 7ed868b

Please sign in to comment.