Skip to content

Commit

Permalink
Fix ;
Browse files Browse the repository at this point in the history
  • Loading branch information
sabianroberts committed Sep 2, 2024
1 parent 0af0ec9 commit 3dddca2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binary/dlls/player.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ 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 3dddca2

Please sign in to comment.