mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 00:14:22 +00:00
Implement/match Act2GenActor::VTable0x94 (#1138)
This commit is contained in:

committed by
GitHub

parent
2c10c8e344
commit
0b94b4803b
@@ -6,10 +6,13 @@
|
||||
// VTABLE: LEGO1 0x100d4ed8
|
||||
// SIZE 0x154
|
||||
class Act2GenActor : public LegoPathActor {
|
||||
MxResult VTable0x94(LegoPathActor*, MxBool) override; // vtable+0x94
|
||||
MxResult VTable0x94(LegoPathActor* p_actor, MxBool) override; // vtable+0x94
|
||||
|
||||
// SYNTHETIC: LEGO1 0x1000f5a0
|
||||
// Act2GenActor::`scalar deleting destructor'
|
||||
|
||||
private:
|
||||
static MxLong g_lastHitActorTime;
|
||||
};
|
||||
|
||||
#endif // ACT2GENACTOR_H
|
||||
|
Reference in New Issue
Block a user