2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-10 03:47:42 +00:00

Standalone MP3 CHAR fix

This commit is contained in:
Jack Andersen
2015-09-26 17:48:53 -10:00
parent 262f9ccf9f
commit 525c8a0254
2 changed files with 6 additions and 1 deletions

View File

@@ -72,7 +72,7 @@ struct CHAR : BigYAML
struct EVNT : BigYAML
{
DECL_YAML
Value<atUint32> eventBinding;
Value<atUint32> eventIdx;
String<-1> eventName;
struct EventBase : BigYAML
@@ -117,6 +117,7 @@ struct CHAR : BigYAML
Value<atUint32> unk1;
Value<atUint32> unk2;
Value<atUint32> unk3;
std::vector<float> unk3Vals;
Value<atUint32> extraType;
Value<float> extraFloat;
};