mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-31 04:01:16 +00:00
Match StreamingTickle
This commit is contained in:
parent
c105741b91
commit
d762132273
@ -97,7 +97,7 @@ class LegoAnimClass : public LegoAnimClassBase {
|
|||||||
virtual void VTable0xc() override; // vtable+0x0c
|
virtual void VTable0xc() override; // vtable+0x0c
|
||||||
virtual MxResult VTable0x10(LegoMemoryStream* p_stream, MxS32); // vtable+0x10
|
virtual MxResult VTable0x10(LegoMemoryStream* p_stream, MxS32); // vtable+0x10
|
||||||
|
|
||||||
undefined4 m_unk0x8; // 0x08
|
MxLong m_unk0x8; // 0x08
|
||||||
undefined4 m_unk0xc; // 0x0c
|
undefined4 m_unk0xc; // 0x0c
|
||||||
undefined4 m_unk0x10; // 0x10
|
undefined4 m_unk0x10; // 0x10
|
||||||
undefined4 m_unk0x14; // 0x14
|
undefined4 m_unk0x14; // 0x14
|
||||||
|
|||||||
@ -136,7 +136,8 @@ void LegoAnimPresenter::StartingTickle()
|
|||||||
void LegoAnimPresenter::StreamingTickle()
|
void LegoAnimPresenter::StreamingTickle()
|
||||||
{
|
{
|
||||||
if (m_subscriber->CurrentChunk()) {
|
if (m_subscriber->CurrentChunk()) {
|
||||||
m_subscriber->DestroyChunk(m_subscriber->NextChunk());
|
MxStreamChunk* chunk = m_subscriber->NextChunk();
|
||||||
|
m_subscriber->DestroyChunk(chunk);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (m_unk0x95 == 0) {
|
if (m_unk0x95 == 0) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user