mirror of https://github.com/AxioDL/metaforce.git
refactor fix
This commit is contained in:
parent
d782a698bb
commit
85d5cbe9d2
|
@ -7,9 +7,9 @@ namespace Retro
|
|||
CREKeyframeEmitter::CREKeyframeEmitter(CInputStream& in)
|
||||
{
|
||||
x4_percent = in.readUint32Big();
|
||||
x8_a = in.readUint32Big();
|
||||
x8_unk1 = in.readUint32Big();
|
||||
xc_loop = in.readBool();
|
||||
xd_c = in.readBool();
|
||||
xd_unk2 = in.readBool();
|
||||
x10_loopEnd = in.readUint32Big();
|
||||
x14_loopStart = in.readUint32Big();
|
||||
|
||||
|
|
Loading…
Reference in New Issue