Skip to content
Snippets Groups Projects
Commit e03700fc authored by Lach's avatar Lach
Browse files

Merge branch 'nogmever' into 'next'

Check if GME_VERSION is defined.

See merge request STJr/SRB2!1372
parents fc1bc94d c8627464
Branches
Tags
No related merge requests found
...@@ -1298,7 +1298,7 @@ boolean I_PlaySong(boolean looping) ...@@ -1298,7 +1298,7 @@ boolean I_PlaySong(boolean looping)
if (gme) if (gme)
{ {
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 defined (GME_VERSION) && GME_VERSION >= 0x000603
if (looping) if (looping)
gme_set_autoload_playback_limit(gme, 0); gme_set_autoload_playback_limit(gme, 0);
#endif #endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment