mirror of https://github.com/AxioDL/metaforce.git
Fill in known unknown
This commit is contained in:
parent
12964dd44b
commit
5df7c188b0
|
@ -85,7 +85,7 @@ struct MLVL : BigYAML
|
||||||
struct AudioGroup : BigYAML
|
struct AudioGroup : BigYAML
|
||||||
{
|
{
|
||||||
DECL_YAML
|
DECL_YAML
|
||||||
Value<atUint32> unknown;
|
Value<atUint32> groupId;
|
||||||
UniqueID32 agscId;
|
UniqueID32 agscId;
|
||||||
};
|
};
|
||||||
Vector<AudioGroup, DNA_COUNT(audioGroupCount)> audioGroups;
|
Vector<AudioGroup, DNA_COUNT(audioGroupCount)> audioGroups;
|
||||||
|
|
Loading…
Reference in New Issue