mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Stub I_UnloadSong because we already unload in I_StopMusic
* Stop-gap for now. Ideally the logic would be in the respective places.
This commit is contained in:
parent
8493d0bfcc
commit
5e48d50178
1 changed files with 4 additions and 4 deletions
|
|
@ -1088,10 +1088,10 @@ boolean I_LoadSong(char *data, size_t len)
|
|||
void I_UnloadSong(void)
|
||||
{
|
||||
// \todo unhook looper
|
||||
|
||||
var_cleanup();
|
||||
Mix_FreeMusic(music);
|
||||
music = NULL;
|
||||
//var_cleanup();
|
||||
//Mix_FreeMusic(music);
|
||||
//music = NULL;
|
||||
I_StopSong();
|
||||
}
|
||||
|
||||
boolean I_PlaySong(boolean looping)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue