mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 19:04:56 +00:00
CHudBossEnergyInterface: Initialize x0_alpha on construction
Provides a deterministic initial state which is helpful for debugging.
This commit is contained in:
@@ -10,7 +10,7 @@ class CGuiTextPane;
|
||||
class CGuiWidget;
|
||||
|
||||
class CHudBossEnergyInterface {
|
||||
float x0_alpha;
|
||||
float x0_alpha = 0.f;
|
||||
float x4_fader = 0.f;
|
||||
float x8_curEnergy = 0.f;
|
||||
float xc_maxEnergy = 0.f;
|
||||
|
||||
Reference in New Issue
Block a user