make all file/network-related structs packed

This commit is contained in:
Martin Michelsen
2022-03-29 00:12:16 -07:00
parent b61a9bcdcb
commit 5c388c4052
12 changed files with 147 additions and 149 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ struct EnemyEntry {
uint32_t reserved14;
uint32_t skin;
uint32_t reserved15;
};
} __attribute__((packed));
static vector<PSOEnemy> parse_map(uint8_t episode, uint8_t difficulty,
const BattleParams* battle_params, const EnemyEntry* map,