mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-30 06:37:57 +03:00
Fixed enum values and enum names
This commit is contained in:
parent
078223c1b6
commit
3a04357b71
2 changed files with 104 additions and 103 deletions
|
@ -10242,7 +10242,7 @@ void Player::UpdateStats
|
|||
client->ps.stats[ STAT_HEALTH ] = ( int )( health / max_health * 100.0f );
|
||||
}
|
||||
|
||||
client->ps.stats[ STAT_MAX_HEALTH ] = 100;
|
||||
client->ps.stats[ STAT_MAXHEALTH ] = 100;
|
||||
|
||||
Weapon *activeweap = GetActiveWeapon( WEAPON_MAIN );
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue