mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-26 17:51:16 +00:00
fix CI errors
This commit is contained in:
parent
4d22ec0f30
commit
5affdd71d6
@ -85,7 +85,7 @@ class LegoCarBuildAnimPresenter : public LegoAnimPresenter {
|
|||||||
// LegoCarBuildAnimPresenter::`scalar deleting destructor'
|
// LegoCarBuildAnimPresenter::`scalar deleting destructor'
|
||||||
|
|
||||||
private:
|
private:
|
||||||
void BETA10_100733d0();
|
void Beta10Inline0x100733d0();
|
||||||
|
|
||||||
MxU16 m_unk0xbc; // 0xbc
|
MxU16 m_unk0xbc; // 0xbc
|
||||||
|
|
||||||
|
|||||||
@ -65,7 +65,7 @@ LegoCarBuildAnimPresenter::~LegoCarBuildAnimPresenter()
|
|||||||
}
|
}
|
||||||
|
|
||||||
// FUNCTION: BETA10 0x100733d0
|
// FUNCTION: BETA10 0x100733d0
|
||||||
inline void LegoCarBuildAnimPresenter::BETA10_100733d0()
|
inline void LegoCarBuildAnimPresenter::Beta10Inline0x100733d0()
|
||||||
{
|
{
|
||||||
MxLong time = Timer()->GetTime();
|
MxLong time = Timer()->GetTime();
|
||||||
MxLong bvar5;
|
MxLong bvar5;
|
||||||
@ -132,7 +132,7 @@ void LegoCarBuildAnimPresenter::PutFrame()
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
BETA10_100733d0();
|
Beta10Inline0x100733d0();
|
||||||
}
|
}
|
||||||
|
|
||||||
// FUNCTION: LEGO1 0x100788c0
|
// FUNCTION: LEGO1 0x100788c0
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user