mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 08:27:42 +00:00
bug fixes with MP1's spec
This commit is contained in:
@@ -45,7 +45,7 @@ struct MLVL : BigDNA
|
||||
{
|
||||
DECL_DNA
|
||||
UniqueID32 id;
|
||||
HECL::FourCC type;
|
||||
FourCC type;
|
||||
};
|
||||
Vector<Dependency, DNA_COUNT(depCount)> deps;
|
||||
|
||||
@@ -63,7 +63,6 @@ struct MLVL : BigDNA
|
||||
Value<atUint32> areaIdx;
|
||||
Value<atUint32> dockIdx;
|
||||
};
|
||||
HECL::FourCC type;
|
||||
Vector<Endpoint, DNA_COUNT(endpointCount)> endpoints;
|
||||
|
||||
Value<atUint32> planeVertCount;
|
||||
@@ -71,6 +70,7 @@ struct MLVL : BigDNA
|
||||
};
|
||||
Vector<Dock, DNA_COUNT(dockCount)> docks;
|
||||
};
|
||||
Vector<Area, DNA_COUNT(areaCount)> areas;
|
||||
|
||||
UniqueID32 worldMap;
|
||||
Value<atUint8> unknown2;
|
||||
|
||||
Reference in New Issue
Block a user