diff --git a/DataSpec/DNAMP3/MLVL.hpp b/DataSpec/DNAMP3/MLVL.hpp index 4a9f5bcc3..2528f6493 100644 --- a/DataSpec/DNAMP3/MLVL.hpp +++ b/DataSpec/DNAMP3/MLVL.hpp @@ -72,7 +72,12 @@ struct MLVL : BigYAML Vector, DNA_COUNT(layerNameCount)> layerNames; Value layerIDCount; - Vector layerIDs; + struct LayerID : BigYAML + { + DECL_YAML + Value id[2]; + }; + Vector layerIDs; Value layerNameOffsetCount; Vector layerNameOffsets;