there no fade for non mixer builds

This commit is contained in:
Alam Ed Arias 2014-07-23 22:04:46 -04:00
parent d5c22f9224
commit 1a731fb463
1 changed files with 2 additions and 0 deletions

View File

@ -1781,7 +1781,9 @@ static boolean I_StartGMESong(const char *musicname, boolean looping)
gme_set_user_data(emu, data);
gme_set_user_cleanup(emu, I_CleanupGME);
gme_start_track(emu, 0);
#ifdef HAVE_MIXER
gme_set_fade(emu, Digfade);
#endif
Snd_LockAudio();
localdata.gme_emu = emu;