MCPcopy Create free account
hub / github.com/diasurgical/devilution / effects_update

Function effects_update

Source/effects.cpp:1157–1164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1155}
1156
1157void effects_update()
1158{
1159 DWORD current, end;
1160
1161 if (sfx_stream != NULL && SFileDdaGetPos(sfx_stream, &current, &end) && current >= end) {
1162 sfx_stop();
1163 }
1164}
1165
1166void effects_cleanup_sfx()
1167{

Callers 1

sound_updateFunction · 0.85

Calls 2

SFileDdaGetPosFunction · 0.85
sfx_stopFunction · 0.85

Tested by

no test coverage detected