mirror of
https://github.com/halpz/re3.git
synced 2025-07-19 18:08:15 +00:00
cleaned up patching of virtual functions; started CAutomobile
This commit is contained in:
@ -12,7 +12,6 @@ public:
|
||||
CPlane(int, uint8);
|
||||
~CPlane(void);
|
||||
CPlane* ctor(int, uint8);
|
||||
void dtor(void) { this->CPlane::~CPlane(); }
|
||||
void FlagToDestroyWhenNextProcessed() { bRemoveFromWorld = true; }
|
||||
};
|
||||
static_assert(sizeof(CPlane) == 0x29C, "CPlane: error");
|
||||
|
Reference in New Issue
Block a user