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:
parent
e646b2e443
commit
09fe1ea784
@ -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 = "";
|
||||
|
Loading…
Reference in New Issue
Block a user