MCPcopy 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
918void 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
928void InitMonsterSND(int monst)
929{

Callers 11

STextESCFunction · 0.85
STextEnterFunction · 0.85
CheckStoreBtnFunction · 0.85
stream_playFunction · 0.85
effects_updateFunction · 0.85
PressEscKeyFunction · 0.85
LeftMouseDownFunction · 0.85
PressKeyFunction · 0.85
play_movieFunction · 0.85
TownCtrlMsgFunction · 0.85
InitLevelChangeFunction · 0.85

Calls 2

SFileDdaEndFunction · 0.85
SFileCloseFileFunction · 0.85

Tested by

no test coverage detected