Skip to content
Snippets Groups Projects
Commit eae5d333 authored by Marco Z's avatar Marco Z
Browse files

Stub I_UnloadSong because we already unload in I_StopMusic

* Stop-gap for now. Ideally the logic would be in the respective places.

# Conflicts:
#	src/sdl/mixer_sound.c
parent d39b7011
No related branches found
No related tags found
No related merge requests found
......@@ -705,8 +705,11 @@ boolean I_LoadSong(char *data, size_t len)
void I_UnloadSong(void)
{
Mix_FreeMusic(music);
music = NULL;
// \todo unhook looper
//var_cleanup();
//Mix_FreeMusic(music);
//music = NULL;
I_StopSong();
}
boolean I_PlaySong(boolean looping)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment