Removed debug output.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@12175 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
@@ -139,9 +139,6 @@ void MusicInformation::startMusic()
|
||||
m_time_since_faster = 0.0f;
|
||||
m_mode = SOUND_NORMAL;
|
||||
|
||||
std::cout << "startMusic : m_normal_filename=<" << m_normal_filename.c_str() << ">, gain="
|
||||
<< m_adjusted_gain << "\n";
|
||||
|
||||
if (m_normal_filename== "") return;
|
||||
|
||||
// First load the 'normal' music
|
||||
|
||||
Reference in New Issue
Block a user