mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-20 08:20:52 +00:00
Tab fix
This commit is contained in:
parent
c3a560f51d
commit
11bbad9be8
1 changed files with 2 additions and 2 deletions
|
@ -1299,8 +1299,8 @@ boolean I_PlaySong(boolean looping)
|
||||||
{
|
{
|
||||||
gme_equalizer_t eq = {GME_TREBLE, GME_BASS, 0,0,0,0,0,0,0,0};
|
gme_equalizer_t eq = {GME_TREBLE, GME_BASS, 0,0,0,0,0,0,0,0};
|
||||||
#if GME_VERSION >= 0x000603
|
#if GME_VERSION >= 0x000603
|
||||||
if (looping)
|
if (looping)
|
||||||
gme_set_autoload_playback_limit(gme, 0);
|
gme_set_autoload_playback_limit(gme, 0);
|
||||||
#endif
|
#endif
|
||||||
gme_set_equalizer(gme, &eq);
|
gme_set_equalizer(gme, &eq);
|
||||||
gme_start_track(gme, 0);
|
gme_start_track(gme, 0);
|
||||||
|
|
Loading…
Reference in a new issue