Link CPowerBomb

Former-commit-id: 4c907ad21fbc652e5720d37b4e9ea56c3d7723e2
This commit is contained in:
2023-10-11 22:21:41 -04:00
parent e4c947d2ad
commit 9a52da8ba6
9 changed files with 24 additions and 29 deletions

View File

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