We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be09424 commit 5dd4657Copy full SHA for 5dd4657
Client/game_sa/CHudSA.cpp
@@ -89,8 +89,8 @@ CHudSA::CHudSA()
89
90
// Change multiplier for STAT_10 and STAT_9 (MAX_HEALTH) from 176 to 200
91
// Fix GH #3807
92
- float* MAX_HEALTH = reinterpret_cast<float*>(0x8CDE78);
93
- *MAX_HEALTH = 200.0f;
+ float* maxHealth = reinterpret_cast<float*>(0x8CDE78);
+ *maxHealth = 200.0f;
94
}
95
96
void CHudSA::Disable(bool bDisabled)
0 commit comments