2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 14:24:56 +00:00

GCC build fix

This commit is contained in:
Jack Andersen
2019-02-15 15:32:05 -10:00
parent 95890088a5
commit 6441bcc3a2
5 changed files with 4 additions and 5 deletions

View File

@@ -16,7 +16,7 @@ public:
struct SResInfo {
CAssetId x0_id;
bool x4_compressed : 1;
CFactoryMgr::ETypeTable x4_typeIdx : 7;
CFactoryMgr::ETypeTable x4_typeIdx;
u32 x5_offsetDiv32 : 27;
u32 x7_sizeDiv32 : 27;
SResInfo(CAssetId id, FourCC fcc, u32 offset, u32 size, u32 flags) : x0_id(id) {