mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-22 16:04:17 +00:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user