mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-05 01:38:13 +00:00
Corrected unterminated #endif in sdl_sound
This commit is contained in:
parent
193735bc5f
commit
1e9fdb0454
1 changed files with 1 additions and 0 deletions
|
|
@ -1736,6 +1736,7 @@ void I_StopSong(void)
|
|||
Mix_FreeMusic(music[1]);
|
||||
music[1] = NULL;
|
||||
LoadSong(NULL, 0, 1);
|
||||
#endif
|
||||
}
|
||||
|
||||
static void I_PauseGME(void)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue