From 66989faab68ac7fa082aa9e6feb461e835a96d19 Mon Sep 17 00:00:00 2001 From: tron Date: Wed, 30 Mar 2005 19:52:26 +0000 Subject: (svn r2112) -Fix: ExtMidi no longer halts the game while starting a song -Fix: Redirect stdin/stdout/stderr of the ExtMidi process to /dev/null, to prevent it from writing to the terminal While here give the ExtMidi functions canonical names --- music_gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'music_gui.c') diff --git a/music_gui.c b/music_gui.c index 92105668a..a5e9b3957 100644 --- a/music_gui.c +++ b/music_gui.c @@ -181,7 +181,7 @@ void MusicLoop(void) if (_song_is_active == false) return; - if (!_music_driver->is_song_playing()) { + if (!_music_driver->is_song_playing() && _game_mode != GM_MENU) { StopMusic(); SkipToNextSong(); PlayPlaylistSong(); -- cgit v1.2.3-54-g00ecf