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