MxTickleManager mostly done (#94)

* Checkpoint to show MxTickleManager::SetClientTickleInterval match.

* Match MxTickleManager::~MxTickleManager, obliterate MxTickleManager::SetClientTickleInterval.

* Make conditional more realistic, move MxTime to mxtypes.h, add TODO for MxTickleManager::Tickle.
This commit is contained in:
pewpew
2023-08-03 13:19:05 -05:00
committed by GitHub
parent 932baa2a87
commit 0f92e345b3
6 changed files with 184 additions and 11 deletions

View File

@@ -121,7 +121,7 @@ BOOL IsleApp::SetupLegoOmni()
BOOL failure = Lego()->Create(MxOmniCreateParam(mediaPath, (struct HWND__ *) m_windowHandle, m_videoParam, MxOmniCreateFlags())) == FAILURE;
if (!failure) {
VariableTable()->SetVariable("ACTOR_01", "");
TickleManager()->vtable1c(VideoManager(), 10);
TickleManager()->SetClientTickleInterval(VideoManager(), 10);
result = TRUE;
}