Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/diasurgical/devilution
/ sfx_stop
Function
sfx_stop
Source/effects.cpp:918–926 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
916
}
917
918
void sfx_stop()
919
{
920
if (sfx_stream) {
921
SFileDdaEnd(sfx_stream);
922
SFileCloseFile(sfx_stream);
923
sfx_stream = NULL;
924
sfx_data_cur = NULL;
925
}
926
}
927
928
void InitMonsterSND(int monst)
929
{
Callers
11
STextESC
Function · 0.85
STextEnter
Function · 0.85
CheckStoreBtn
Function · 0.85
stream_play
Function · 0.85
effects_update
Function · 0.85
PressEscKey
Function · 0.85
LeftMouseDown
Function · 0.85
PressKey
Function · 0.85
play_movie
Function · 0.85
TownCtrlMsg
Function · 0.85
InitLevelChange
Function · 0.85
Calls
2
SFileDdaEnd
Function · 0.85
SFileCloseFile
Function · 0.85
Tested by
no test coverage detected