mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-28 10:54:16 +00:00
Name various functions and other members (#418)
* Name various functions and other members * Rename var
This commit is contained in:
committed by
GitHub
parent
79465d358d
commit
58ea45f4cc
@@ -22,7 +22,7 @@ void LegoActionControlPresenter::ReadyTickle()
|
||||
m_previousTickleStates |= 1 << (unsigned char) m_currentTickleState;
|
||||
m_currentTickleState = TickleState_Starting;
|
||||
|
||||
m_subscriber->FUN_100b8390(chunk);
|
||||
m_subscriber->DestroyChunk(chunk);
|
||||
if (m_compositePresenter) {
|
||||
if (m_action->GetDuration() == -1 || m_action->GetFlags() & 1) {
|
||||
m_compositePresenter->VTable0x60(this);
|
||||
|
||||
Reference in New Issue
Block a user