Oops
This commit is contained in:
parent
82ab3ba890
commit
e0e8d03cbc
1 changed files with 2 additions and 2 deletions
|
@ -2540,8 +2540,8 @@ void C_CSPlayer::FireGameEvent( IGameEvent* event )
|
|||
buffer_armor[0] = 0;
|
||||
}
|
||||
|
||||
auto realAP = max( player->GetHealth() - health_damages, 0 );
|
||||
auto realHP = max( player->ArmorValue() - armor_damages, 0 );
|
||||
auto realHP = max( player->GetHealth() - health_damages, 0 );
|
||||
auto realAP = max( player->ArmorValue() - armor_damages, 0 );
|
||||
|
||||
hudChat->Printf( CHAT_FILTER_NONE,
|
||||
"\7FFFFFF\x7"
|
||||
|
|
Loading…
Reference in a new issue