| 2208 | } |
| 2209 | |
| 2210 | void 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 | |
| 2220 | void cFodder::Music_SetFullVolume() { |
| 2221 | for (int i = 0; i < 4; ++i) { |
no test coverage detected