mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +00:00
Implement/match MxPresenter::StartAction (#126)
* Implement/match MxPresenter::StartAction * Update mxpoint32.h
This commit is contained in:

committed by
GitHub

parent
5617e0e044
commit
4bd67e4ae1
@@ -2,6 +2,7 @@
|
||||
#define MXPRESENTER_H
|
||||
|
||||
#include "mxcore.h"
|
||||
#include "mxpoint32.h"
|
||||
#include "mxdsaction.h"
|
||||
#include "mxcriticalsection.h"
|
||||
#include "mxomni.h"
|
||||
@@ -74,9 +75,8 @@ protected:
|
||||
private:
|
||||
MxS32 m_currentTickleState; // 0x8
|
||||
MxU32 m_previousTickleStates;
|
||||
undefined4 m_unk0x10;
|
||||
undefined4 m_unk0x14;
|
||||
undefined4 m_unk0x18;
|
||||
MxPoint32 m_location;
|
||||
MxS32 m_locationZ;
|
||||
MxDSAction *m_action; // 0
|
||||
MxCriticalSection m_criticalSection;
|
||||
MxPresenter *m_unkPresenter; // 0x3c
|
||||
|
Reference in New Issue
Block a user