2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-08-05 17:35:35 +00:00

Fill in known unknown

This commit is contained in:
Jack Andersen 2016-09-30 15:28:19 -10:00
parent 12964dd44b
commit 5df7c188b0

View File

@ -85,7 +85,7 @@ struct MLVL : BigYAML
struct AudioGroup : BigYAML
{
DECL_YAML
Value<atUint32> unknown;
Value<atUint32> groupId;
UniqueID32 agscId;
};
Vector<AudioGroup, DNA_COUNT(audioGroupCount)> audioGroups;