diff --git a/src/CGraphics.cpp b/src/CGraphics.cpp index 31725397f..adb85b9b8 100644 --- a/src/CGraphics.cpp +++ b/src/CGraphics.cpp @@ -602,7 +602,6 @@ int c; for(i=0;iplaying() == PLAY_MODE_PLAY) { - SDL_MixAudio(stream, g_pMusicPlayer->passBuffer(len), len, SDL_MIX_MAXVOLUME); + // 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); } for( i=0 ; i < m_mixing_channels ; i++ )