mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 15:44:56 +00:00
More CFlaahgra imps
This commit is contained in:
@@ -46,6 +46,7 @@ public:
|
||||
void SetDamage(float d) { x8_damage = d; }
|
||||
float GetDamage(const CDamageVulnerability& dVuln) const;
|
||||
float GetRadiusDamage() const { return xc_radiusDamage; }
|
||||
void SetRadiusDamage(float r) { xc_radiusDamage = r; }
|
||||
float GetRadiusDamage(const CDamageVulnerability& dVuln) const;
|
||||
bool NoImmunity() const { return x18_noImmunity; }
|
||||
void SetNoImmunity(bool b) { x18_noImmunity = b; }
|
||||
|
||||
@@ -655,9 +655,11 @@ void CScriptSpecialFunction::ThinkSpinnerController(float dt, CStateManager& mgr
|
||||
r23 = false;
|
||||
} else
|
||||
x1e4_26_sfx2Played = false;
|
||||
(void)r23;
|
||||
}
|
||||
|
||||
auto average = x184_.GetAverage();
|
||||
(void)average;
|
||||
/* TODO Finish */
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user