From 572b5167fe98061df0a47bf7800f20287a4a9460 Mon Sep 17 00:00:00 2001 From: Phillip Stephens Date: Fri, 18 Mar 2016 19:39:39 -0700 Subject: [PATCH] Rename EVNT members to match their behavior --- DataSpec/DNAMP1/EVNT.hpp | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/DataSpec/DNAMP1/EVNT.hpp b/DataSpec/DNAMP1/EVNT.hpp index 0c36b1333..06cf02cac 100644 --- a/DataSpec/DNAMP1/EVNT.hpp +++ b/DataSpec/DNAMP1/EVNT.hpp @@ -39,25 +39,25 @@ struct EVNT : BigYAML struct BoolPOINode : POINode { DECL_YAML - Value flag; + Value value; }; std::vector boolPOINodes; struct Int32POINode : POINode { DECL_YAML - Value uevtType; - String<-1> boneName; + Value value; + String<-1> locatorName; }; std::vector int32POINodes; struct ParticlePOINode : POINode { DECL_YAML - Value frameCount; + Value duration; DNAFourCC effectType; UniqueID32 effectId; - String<-1> boneName; + String<-1> locatorName; Value scale; Value parentMode; }; @@ -67,8 +67,8 @@ struct EVNT : BigYAML { DECL_YAML Value soundId; - Value smallNum; - Value bigNum; + Value falloff; + Value maxDist; }; std::vector soundPOINodes;