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

Method Music_SetFullVolume

Source/Fodder.cpp:2220–2224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2218}
2219
2220void cFodder::Music_SetFullVolume() {
2221 for (int i = 0; i < 4; ++i) {
2222 mSound->Music_SetVolume(i, 0x40);
2223 }
2224}
2225
2226void cFodder::Music_Play_Tileset(int16_t pSong) {
2227

Callers

nothing calls this directly

Calls 1

Music_SetVolumeMethod · 0.80

Tested by

no test coverage detected