mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-14 23:26:09 +00:00
CThardus: Fix knee collider, attempt to fix healthbar
This commit is contained in:
@@ -52,7 +52,7 @@ public:
|
||||
|
||||
void Think(float dt, CStateManager& mgr) override;
|
||||
|
||||
float GetThrmalMag() const { return x324_; }
|
||||
float Get_x324() const { return x324_; }
|
||||
void SetThermalMag(float val) { x32c_thermalMag = val; }
|
||||
void SetIsCold(bool v) { x334_isCold = v; }
|
||||
bool IsUsingPhazonModel() const { return x335_usePhazonModel; }
|
||||
|
||||
Reference in New Issue
Block a user