From d93059d3ec16b94e0bfb65aa07881990417a15a0 Mon Sep 17 00:00:00 2001 From: albertzeyer Date: Wed, 22 Jul 2009 23:49:37 +0000 Subject: [PATCH] fixed comment git-svn-id: https://clonekeenplus.svn.sourceforge.net/svnroot/clonekeenplus/cgenius/trunk@114 4df4b0f3-56ce-47cb-b001-ed939b7d65a6 --- src/sdl/sound/CSound.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/sdl/sound/CSound.cpp b/src/sdl/sound/CSound.cpp index 00e81b611..4437e882f 100644 --- a/src/sdl/sound/CSound.cpp +++ b/src/sdl/sound/CSound.cpp @@ -179,8 +179,8 @@ void CSound::callback(void *unused, Uint8 *stream, int len) if (g_pMusicPlayer->playing() == PLAY_MODE_PLAY) { - // TODO: this crashes for me sometimes, but only with the std::string menu changes - //SDL_MixAudio(stream, g_pMusicPlayer->passBuffer(len), len, SDL_MIX_MAXVOLUME); + // TODO: this crashes for me + //SDL_MixAudio(stream, g_pMusicPlayer->passBuffer(len), len, SDL_MIX_MAXVOLUME); } for( i=0 ; i < m_mixing_channels ; i++ )