MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / Music_Play

Method Music_Play

Source/Fodder.cpp:2210–2218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2208}
2209
2210void cFodder::Music_Play(int16 pTrack, int16 pSong) {
2211 mMapTile_Music_Play = true;
2212
2213 word_82176 = -1;
2214 word_82178 = 0;
2215
2216 mSound->Music_Play(pTrack, pSong);
2217 mSound->Music_SetVolume(-1, 0);
2218}
2219
2220void cFodder::Music_SetFullVolume() {
2221 for (int i = 0; i < 4; ++i) {

Callers 3

cAboutMethod · 0.45
Music_Play_TilesetMethod · 0.45
Recruit_ShowMethod · 0.45

Calls 1

Music_SetVolumeMethod · 0.80

Tested by

no test coverage detected