called only by snd_shutdown (from snd_restart or app exit)
| 4072 | // called only by snd_shutdown (from snd_restart or app exit) |
| 4073 | // |
| 4074 | void S_UnCacheDynamicMusic( void ) |
| 4075 | { |
| 4076 | for (int i = eBGRNDTRACK_DATABEGIN; i != eBGRNDTRACK_DATAEND; i++) |
| 4077 | { |
| 4078 | FreeMusic( &tMusic_Info[i]); |
| 4079 | } |
| 4080 | } |
| 4081 | |
| 4082 | static qboolean S_StartBackgroundTrack_Actual( MusicInfo_t *pMusicInfo, qboolean qbDynamic, const char *intro, const char *loop ) |
| 4083 | { |