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

keyframe emitter member names

This commit is contained in:
Jack Andersen
2016-02-04 23:52:20 -10:00
parent 0947f60214
commit d782a698bb
2 changed files with 17 additions and 19 deletions

View File

@@ -60,11 +60,11 @@ public:
class CREKeyframeEmitter : public CRealElement
{
u32 x4_percent;
u32 x8_a;
bool xc_b;
bool xd_c;
u32 x10_d;
u32 x14_e;
u32 x8_unk1;
bool xc_loop;
bool xd_unk2;
u32 x10_loopEnd;
u32 x14_loopStart;
std::vector<float> x18_keys;
public:
CREKeyframeEmitter(CInputStream& in);