Implement/match LegoAnimPresenter::StartingTickle (#601)

* Implement/match LegoAnimPresenter::StartingTickle

* Fix vtable

* Fix vtable
This commit is contained in:
Christian Semmler
2024-02-27 11:49:31 -05:00
committed by GitHub
parent 68893d67ed
commit c0a988b0fe
10 changed files with 165 additions and 15 deletions

View File

@@ -28,8 +28,9 @@ public:
// MxTimer::`scalar deleting destructor'
private:
MxLong m_startTime;
MxBool m_isRunning;
MxLong m_startTime; // 0x08
MxBool m_isRunning; // 0x0c
static MxLong g_lastTimeCalculated;
static MxLong g_lastTimeTimerStarted;
};