mirror of
https://github.com/halpz/re3.git
synced 2025-07-27 08:22:47 +00:00
Cleanup
This commit is contained in:
@ -968,16 +968,8 @@ bool CPlane::HasDropOffCesnaBeenShotDown(void) { return DropOffCesnaMissionStatu
|
||||
class CPlane_ : public CPlane
|
||||
{
|
||||
public:
|
||||
<<<<<<< HEAD
|
||||
<<<<<<< HEAD
|
||||
void ctor(int32 id, uint8 CreatedBy) { ::new (this) CPlane(id, CreatedBy); }
|
||||
void dtor(void) { CPlane::~CPlane(); }
|
||||
=======
|
||||
void dtor(void) { this->~CPlane(); }
|
||||
>>>>>>> More audio ped
|
||||
=======
|
||||
void dtor(void) { CPlane::~CPlane(); }
|
||||
>>>>>>> fix
|
||||
};
|
||||
|
||||
STARTPATCHES
|
||||
|
Reference in New Issue
Block a user