mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 16:34:06 +00:00
Improve symbol order until LegoActor
, match LegoPlantManager::ScheduleAnimation
(#1327)
* Order `LegoCarBuild`, `LegoPlantManager` * Order until `LegoActor`
This commit is contained in:

committed by
GitHub

parent
ee2bcb4d53
commit
ac3a551bcc
@@ -618,7 +618,11 @@ void LegoPlantManager::ScheduleAnimation(LegoEntity* p_entity, MxLong p_length)
|
||||
|
||||
entry->m_entity = p_entity;
|
||||
entry->m_roi = p_entity->GetROI();
|
||||
entry->m_time = Timer()->GetTime() + p_length + 1000;
|
||||
|
||||
MxLong time = Timer()->GetTime();
|
||||
time += p_length;
|
||||
entry->m_time = time + 1000;
|
||||
|
||||
FUN_100271b0(p_entity, -1);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user