mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-12-26 04:11:18 +00:00
there no fade for non mixer builds
This commit is contained in:
parent
d5c22f9224
commit
1a731fb463
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue