2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 13:47:43 +00:00

Update hecl

This commit is contained in:
Jack Andersen
2015-12-17 18:56:11 -10:00
parent 772060ac14
commit 755610f312
3 changed files with 3 additions and 3 deletions

View File

@@ -99,7 +99,7 @@ struct MAPA : BigDNA
header->read(__dna_reader);
for (int i = 0; i < header->mappableObjectCount(); i++)
for (atUint32 i = 0; i < header->mappableObjectCount(); i++)
{
std::unique_ptr<IMappableObject> mo = nullptr;
if (version != 5)