Match & link CScriptPickup

Former-commit-id: a7cefd7c4b
This commit is contained in:
2022-10-08 01:12:48 -04:00
parent 3cbf350f85
commit dbd1477d01
9 changed files with 25 additions and 19 deletions

View File

@@ -172,7 +172,6 @@ public:
void DropPowerBomb(CStateManager&) const;
void SetPhazonBeamFeedback(bool);
bool IsCharging() const { return x834_24_charging; }
float GetChargeBeamFactor() const { return x834_24_charging ? x340_chargeBeamFactor : 0.f; }
static float GetTractorBeamFactor() { return skTractorBeamFactor; }