mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 17:44:56 +00:00
Windows compile fixes, and warning squash
This commit is contained in:
@@ -204,7 +204,7 @@ bool MREA::Extract(const SpecBase& dataSpec,
|
||||
|
||||
/* Calculate offset to EGMC section */
|
||||
atUint64 egmcOffset = 0;
|
||||
for (int i = 0; i < head.egmcSecIdx; i++)
|
||||
for (unsigned i = 0; i < head.egmcSecIdx; i++)
|
||||
egmcOffset += head.secSizes[i];
|
||||
|
||||
/* Load EGMC if possible so we can assign meshes to scanIds */
|
||||
|
||||
Reference in New Issue
Block a user