Add missing offset

This commit is contained in:
Christian Semmler 2023-11-12 11:17:15 -05:00
parent bb75baedb4
commit 28fc06956e

View File

@ -72,7 +72,7 @@ class MxVideoPresenter : public MxMediaPresenter {
LPDIRECTDRAWSURFACE m_unk58; // 0x58
MxS16 m_unk5c; // 0x5c
MxU8 m_flags; // 0x5e
MxLong m_unk60;
MxLong m_unk60; // 0x60
};
#endif // MXVIDEOPRESENTER_H