More audio ped

This commit is contained in:
Filip Gawin
2019-07-31 17:54:18 +02:00
parent 7d1e1bf1dd
commit af5bd951ae
49 changed files with 8804 additions and 252 deletions

View File

@ -968,8 +968,16 @@ 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