Fixed uninitialised variable.

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@5594 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
hikerstk 2010-06-30 05:23:37 +00:00
parent e646b2e443
commit 09fe1ea784

View File

@ -32,6 +32,7 @@
MusicInformation::MusicInformation(const std::string& filename) throw (std::runtime_error)
{
m_title = "";
m_mode = SOUND_NORMAL;
m_composer = "";
//m_numLoops = LOOP_FOREVER;
m_normal_filename = "";