Skip to content

Commit

Permalink
Update player.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
sabianroberts committed Sep 11, 2024
1 parent 7e26e84 commit 294a2af
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion binary/dlls/player.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,10 @@ void CBasePlayer :: DeathSound( void )
}

// play one of the suit death alarms
if (INSTAGIB != AgGametype()) { EMIT_GROUPNAME_SUIT(ENT(pev), "HEV_DEAD"); };
if (INSTAGIB != AgGametype())
{
EMIT_GROUPNAME_SUIT(ENT(pev), "HEV_DEAD");
};
}

// override takehealth
Expand Down

0 comments on commit 294a2af

Please sign in to comment.