Skip to content

Commit

Permalink
changed idx to id as more proper field name
Browse files Browse the repository at this point in the history
  • Loading branch information
pronvit committed Jun 2, 2016
1 parent 4a70d63 commit ed8adc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions df.world-site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -160,14 +160,14 @@
<compound name='contents' type-name='abstract_building_contents'/>
<stl-vector name='room_info'>
<pointer>
<int32_t name='idx'/>
<int32_t name='id'/>
<stl-string/>
<int32_t name='world_x'/>
<int32_t name='world_y'/>
<int32_t name='world_z'/>
</pointer>
</stl-vector>
<int32_t name='next_room_info_idx'/>
<int32_t name='next_room_info_id'/>
</class-type>

<class-type type-name='abstract_building_libraryst' inherits-from='abstract_building'>
Expand Down

0 comments on commit ed8adc9

Please sign in to comment.