mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-27 02:14:18 +00:00
Rename _countof to sizeOfArray (#921)
This commit is contained in:
committed by
GitHub
parent
95ed90aacb
commit
e32e06321a
@@ -80,7 +80,7 @@ void LegoLocomotionAnimPresenter::PutFrame()
|
||||
// FUNCTION: LEGO1 0x1006d5d0
|
||||
void LegoLocomotionAnimPresenter::ReadyTickle()
|
||||
{
|
||||
LegoAnimPresenter::ReadyTickle();
|
||||
LegoLoopingAnimPresenter::ReadyTickle();
|
||||
|
||||
if (m_currentWorld != NULL && m_currentTickleState == e_starting) {
|
||||
m_currentWorld->Add(this);
|
||||
|
||||
Reference in New Issue
Block a user