Skip to content

Commit

Permalink
use tabs instead of spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Bobbyperson committed Nov 15, 2024
1 parent c8727d2 commit 958c6fa
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -247,10 +247,10 @@ void function PlayerPainSoundThread()
ourPlayer = localViewPlayer;
soundLayer2Start = GetPainSound( ourPlayer, "sound_pain_layer2_start" )
soundLayer2Loop = GetPainSound( ourPlayer, "sound_pain_layer2_loop" )
if ( soundLayer2Start != "" )
EmitSoundOnEntity( ourPlayer, soundLayer2Start )
if ( soundLayer2Loop != "" )
EmitSoundOnEntity( ourPlayer, soundLayer2Loop )
if ( soundLayer2Start != "" )
EmitSoundOnEntity( ourPlayer, soundLayer2Start )
if ( soundLayer2Loop != "" )
EmitSoundOnEntity( ourPlayer, soundLayer2Loop )
}
else
{
Expand Down

0 comments on commit 958c6fa

Please sign in to comment.