mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-31 21:50:48 +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
a688de5dc2
commit
bd01c75a4e
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…
Reference in a new issue