Change to long

This commit is contained in:
Christian Semmler 2024-01-19 10:30:04 -05:00
parent addbd4c2d3
commit e7c2caa602

View File

@ -31,7 +31,7 @@ class MxLoopingFlcPresenter : public MxFlcPresenter {
void Init();
void Destroy(MxBool p_fromDestructor);
MxS32 m_elapsedDuration; // 0x68
MxLong m_elapsedDuration; // 0x68
};
#endif // MXLOOPINGFLCPRESENTER_H