Fixed uninitialised variable.

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

View File

@ -705,7 +705,7 @@ void Track::createWater(const XMLNode &node)
*/
void Track::loadTrackModel(World* parent, unsigned int mode_id)
{
//m_is_arena = false;
m_sky_type = SKY_NONE;
m_track_object_manager = new TrackObjectManager();
// Load the graph only now: this function is called from world, after