Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenFodder/openfodder
/ Music_Stop
Method
Music_Stop
Source/PC/Sound_PC.cpp:161–168 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
159
}
160
161
void cSound_PC::Music_Stop() {
162
mPlayingTrack = -1;
163
164
if (mSound == false)
165
return;
166
167
Mix_FadeOutMusic(500);
168
}
169
170
void cSound_PC::Music_Play( int16 pTrack, int16 pSong) {
171
Callers
1
Demo_Amiga_ShowMenu
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected