Add CPowerBomb

Former-commit-id: 70e69ea33b
This commit is contained in:
Henrique Gemignani Passos Lima
2022-11-10 01:45:24 +02:00
parent d3798caf83
commit a6ee5c2836
16 changed files with 187 additions and 31 deletions

View File

@@ -195,6 +195,8 @@ public:
void AddOrbitDisableSource(CStateManager& mgr, TUniqueId addId);
void RemoveOrbitDisableSource(TUniqueId uid);
void ApplySubmergedPitchBend(CSfxHandle& sfx);
CPlayerGun* PlayerGun() { return x490_gun.get(); }
const CPlayerGun* GetPlayerGun() const { return x490_gun.get(); }