Skip to content

Commit

Permalink
block_square_event_material_spatterst.amount is unsigned
Browse files Browse the repository at this point in the history
  • Loading branch information
quietust committed Feb 25, 2012
1 parent 6237122 commit e2a1764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion df.map.xml
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@
<int32_t name='mat_index'/>
<int16_t name='mat_state'/>
<static-array name='amount' count='16'>
<static-array count='16' type-name='int8_t'/>
<static-array count='16' type-name='uint8_t'/>
</static-array>
<int16_t name='min_temperature'/>
<int16_t name='max_temperature'/>
Expand Down

0 comments on commit e2a1764

Please sign in to comment.