mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 00:14:22 +00:00
Rename LegoPathActor::VTable0x70
to UpdateState
(#1219)
This commit is contained in:

committed by
GitHub

parent
263d7d1e4f
commit
ce3f71ea0f
@@ -22,7 +22,7 @@ public:
|
||||
~Act3Ammo() override;
|
||||
|
||||
void Destroy(MxBool p_fromDestructor) override; // vtable+0x1c
|
||||
void VTable0x70(float p_time) override; // vtable+0x70
|
||||
void UpdateState(float p_time) override; // vtable+0x70
|
||||
|
||||
// FUNCTION: BETA10 0x10017750
|
||||
MxU32 IsValid() { return m_ammoFlag & c_valid; }
|
||||
|
Reference in New Issue
Block a user