mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-17 21:41:15 +00:00
Match on BETA10
This commit is contained in:
parent
00a4861914
commit
10c7547f50
@ -92,7 +92,11 @@ class LegoAnimPresenter : public MxVideoPresenter {
|
|||||||
const char* GetActionObjectName();
|
const char* GetActionObjectName();
|
||||||
|
|
||||||
void SetCurrentWorld(LegoWorld* p_currentWorld) { m_currentWorld = p_currentWorld; }
|
void SetCurrentWorld(LegoWorld* p_currentWorld) { m_currentWorld = p_currentWorld; }
|
||||||
|
|
||||||
|
// FUNCTION: BETA10 0x1005aad0
|
||||||
void SetUnknown0x0cTo1() { m_unk0x9c = 1; }
|
void SetUnknown0x0cTo1() { m_unk0x9c = 1; }
|
||||||
|
|
||||||
|
// FUNCTION: BETA10 0x1005ab00
|
||||||
void SetUnknown0xa0(Matrix4* p_unk0xa0) { m_unk0xa0 = p_unk0xa0; }
|
void SetUnknown0xa0(Matrix4* p_unk0xa0) { m_unk0xa0 = p_unk0xa0; }
|
||||||
|
|
||||||
LegoAnim* GetAnimation() { return m_anim; }
|
LegoAnim* GetAnimation() { return m_anim; }
|
||||||
|
|||||||
@ -703,6 +703,9 @@ MxResult LegoAnimPresenter::FUN_1006b140(LegoROI* p_roi)
|
|||||||
if (p_roi == NULL) {
|
if (p_roi == NULL) {
|
||||||
return FAILURE;
|
return FAILURE;
|
||||||
}
|
}
|
||||||
|
#ifdef BETA10
|
||||||
|
MxMatrix unused_matrix;
|
||||||
|
#endif
|
||||||
|
|
||||||
Matrix4* mn = new MxMatrix();
|
Matrix4* mn = new MxMatrix();
|
||||||
assert(mn);
|
assert(mn);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user