Skip to content

Commit 5dd4657

Browse files
FileEXTheNormalnij
andauthored
Update Client/game_sa/CHudSA.cpp
Co-authored-by: Uladzislau Nikalayevich <[email protected]>
1 parent be09424 commit 5dd4657

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Client/game_sa/CHudSA.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ CHudSA::CHudSA()
8989

9090
// Change multiplier for STAT_10 and STAT_9 (MAX_HEALTH) from 176 to 200
9191
// Fix GH #3807
92-
float* MAX_HEALTH = reinterpret_cast<float*>(0x8CDE78);
93-
*MAX_HEALTH = 200.0f;
92+
float* maxHealth = reinterpret_cast<float*>(0x8CDE78);
93+
*maxHealth = 200.0f;
9494
}
9595

9696
void CHudSA::Disable(bool bDisabled)

0 commit comments

Comments
 (0)