mirror of
https://github.com/krystalgamer/spidey-decomp.git
synced 2024-11-23 13:29:48 +00:00
CMachineGunBullet::CMachineGunBullet(CVector*, CVector*)
This commit is contained in:
parent
8ea9d1bdcc
commit
83a139bf40
24
chopper.cpp
24
chopper.cpp
@ -14,6 +14,30 @@ void CMachineGunBullet::Common(CVector*, CVector*)
|
||||
printf("CMachineGunBullet::Common(CVector*, CVector*)");
|
||||
}
|
||||
|
||||
// @Ok
|
||||
INLINE CMachineGunBullet::CMachineGunBullet(CVector* a2, CVector* a3)
|
||||
{
|
||||
this->field_5C = 0;
|
||||
this->field_60 = 0;
|
||||
this->field_64 = 0;
|
||||
|
||||
this->field_68 = 0;
|
||||
this->field_6C = 0;
|
||||
this->field_70 = 0;
|
||||
|
||||
this->field_80 = 0;
|
||||
this->field_82 = 0;
|
||||
this->field_84 = 0;
|
||||
|
||||
this->field_A8 = 0;
|
||||
this->field_AC = 0;
|
||||
this->field_B0 = 0;
|
||||
|
||||
this->Common(a2, a3);
|
||||
|
||||
this->field_A4 = 15;
|
||||
}
|
||||
|
||||
// @Ok
|
||||
INLINE CMachineGunBullet::CMachineGunBullet(CVector* a2, CVector* a3, CChopper* pChopper)
|
||||
{
|
||||
|
@ -124,6 +124,7 @@ class CMachineGunBullet : public CGLine
|
||||
public:
|
||||
EXPORT CMachineGunBullet(CVector*, CVector*, CSniperTarget*);
|
||||
EXPORT CMachineGunBullet(CVector*, CVector*, CChopper*);
|
||||
EXPORT CMachineGunBullet(CVector*, CVector*);
|
||||
EXPORT void Common(CVector*, CVector*);
|
||||
|
||||
i32 field_5C;
|
||||
|
Loading…
Reference in New Issue
Block a user