mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +00:00
Implement/match LegoAnimMMPresenter::FUN_1004b450 (#827)
This commit is contained in:

committed by
GitHub

parent
c617139d5b
commit
91d043a9ae
@@ -21,7 +21,7 @@ public:
|
||||
e_starting,
|
||||
e_streaming,
|
||||
e_repeating,
|
||||
e_unk5,
|
||||
e_freezing,
|
||||
e_done,
|
||||
};
|
||||
|
||||
@@ -62,10 +62,10 @@ public:
|
||||
virtual void StreamingTickle() { ProgressTickleState(e_repeating); } // vtable+0x20
|
||||
|
||||
// FUNCTION: LEGO1 0x1000bea0
|
||||
virtual void RepeatingTickle() { ProgressTickleState(e_unk5); } // vtable+0x24
|
||||
virtual void RepeatingTickle() { ProgressTickleState(e_freezing); } // vtable+0x24
|
||||
|
||||
// FUNCTION: LEGO1 0x1000bec0
|
||||
virtual void Unk5Tickle() { ProgressTickleState(e_done); } // vtable+0x28
|
||||
virtual void FreezingTickle() { ProgressTickleState(e_done); } // vtable+0x28
|
||||
|
||||
protected:
|
||||
// FUNCTION: LEGO1 0x1000bee0
|
||||
|
Reference in New Issue
Block a user