mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-21 07:11:16 +00:00
Improve loop
This commit is contained in:
parent
a454a422d1
commit
04d438b17d
@ -475,12 +475,11 @@ void Act3Brickster::Animate(float p_time)
|
|||||||
assert(SoundManager()->GetCacheSoundManager());
|
assert(SoundManager()->GetCacheSoundManager());
|
||||||
SoundManager()->GetCacheSoundManager()->Play("thpt", NULL, FALSE);
|
SoundManager()->GetCacheSoundManager()->Play("thpt", NULL, FALSE);
|
||||||
|
|
||||||
// TODO
|
while (m_bInfo->m_unk0x11 > 0 || m_bInfo->m_unk0x11 == -1) {
|
||||||
do {
|
if (!BuildingManager()->FUN_10030110(m_bInfo)) {
|
||||||
if (m_bInfo->m_unk0x11 <= 0 && m_bInfo->m_unk0x11 != -1) {
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
} while (BuildingManager()->FUN_10030110(m_bInfo));
|
}
|
||||||
|
|
||||||
FUN_100417c0();
|
FUN_100417c0();
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user