Skip to content

Commit

Permalink
Fix sound path.
Browse files Browse the repository at this point in the history
  • Loading branch information
nekonomicon committed Jan 3, 2024
1 parent c6c6e1a commit bd4d8a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dlls/clcampaign/sawnoff.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ void CSawnoff::Reload( void )
if( m_pPlayer->m_rgAmmo[m_iPrimaryAmmoType] <= 0 || m_iClip == SAWNOFF_MAX_CLIP )
return;
DefaultReload( SAWNOFF_MAX_CLIP, SAWNOFF_RELOAD, 1.3 );
EMIT_SOUND( ENT( m_pPlayer->pev ), CHAN_ITEM, "sshotgun_reload.wav", 1, ATTN_NORM );
EMIT_SOUND( ENT( m_pPlayer->pev ), CHAN_ITEM, "weapons/sshotgun_reload.wav", 1, ATTN_NORM );
}


Expand Down

0 comments on commit bd4d8a7

Please sign in to comment.