mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +00:00
Implement/match LegoPhonemePresenter::StartingTickle (#809)
* Implement/match LegoPhonemePresenter::StartingTickle * Name vars * Fix name
This commit is contained in:

committed by
GitHub

parent
41281dcbec
commit
2600b1b421
@@ -25,7 +25,7 @@ LegoVideoManager::LegoVideoManager()
|
||||
m_unk0xe6 = FALSE;
|
||||
memset(m_unk0x78, 0, sizeof(m_unk0x78));
|
||||
m_unk0x78[0] = 0x6c;
|
||||
m_unk0x100d9d00 = NULL;
|
||||
m_phonemeRefList = NULL;
|
||||
m_isFullscreenMovie = FALSE;
|
||||
m_palette = NULL;
|
||||
m_stopWatch = NULL;
|
||||
@@ -194,7 +194,7 @@ MxResult LegoVideoManager::Create(MxVideoParam& p_videoParam, MxU32 p_frequencyM
|
||||
m_3dManager->Add(*m_viewROI);
|
||||
m_3dManager->SetPointOfView(*m_viewROI);
|
||||
|
||||
m_unk0x100d9d00 = new LegoUnknown100d9d00;
|
||||
m_phonemeRefList = new LegoPhonemeList;
|
||||
SetRender3D(FALSE);
|
||||
m_stopWatch = new MxStopWatch;
|
||||
m_stopWatch->Start();
|
||||
|
Reference in New Issue
Block a user