Browse Source

this did a thing I forget what at this point

pull/3/head
jake 4 years ago
parent
commit
28e8e0c517
  1. 5
      src/character/character.rs

5
src/character/character.rs

@ -316,7 +316,7 @@ impl SelectScreenCharacter {
pub struct InventoryItem {
pub equipped: u16,
pub tech: u8,
pub material_count: u8, // in items 8 - 13 material usage values are stored here
pub material_count: u8, // in items 7 - 11 material usage values are stored here
pub flags: u32,
pub data1: [u8; 12],
pub item_id: u32,
@ -360,7 +360,8 @@ pub struct KeyTeamConfig {
pub _reserved: u16,
pub team_name: [u16; 16],
pub team_flag: [u8; 2048],
pub team_rewards: [u32; 2],
//pub team_rewards: [u32; 2],
pub team_rewards: u32,
}
impl std::default::Default for KeyTeamConfig {

Loading…
Cancel
Save