Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JACoders/OpenJK
/ S_StopBackgroundTrack
Function
S_StopBackgroundTrack
code/client/snd_dma.cpp:4648–4656 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4646
}
4647
4648
void S_StopBackgroundTrack( void )
4649
{
4650
for (int i=0; i<eBGRNDTRACK_NUMBEROF; i++)
4651
{
4652
S_StopBackgroundTrack_Actual( &tMusic_Info[i] );
4653
}
4654
4655
s_rawend = 0;
4656
}
4657
4658
4659
Callers
4
S_StopAllSounds
Function · 0.70
S_StopMusic_f
Function · 0.70
S_StartBackgroundTrack
Function · 0.70
S_UpdateBackgroundTrack_Actual
Function · 0.70
Calls
1
S_StopBackgroundTrack_Actual
Function · 0.70
Tested by
no test coverage detected