mirror of
https://github.com/halpz/re3.git
synced 2025-07-27 12:52:47 +00:00
cleaned up patching of virtual functions; started CAutomobile
This commit is contained in:
@ -15,8 +15,5 @@ public:
|
||||
void ReplaceWithNewModel(int32 id);
|
||||
|
||||
virtual bool GetIsATreadable(void) { return false; }
|
||||
|
||||
CBuilding *ctor(void) { return ::new (this) CBuilding(); }
|
||||
void dtor(void) { this->CBuilding::~CBuilding(); }
|
||||
};
|
||||
static_assert(sizeof(CBuilding) == 0x64, "CBuilding: error");
|
||||
|
Reference in New Issue
Block a user