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:
parent
09fe1ea784
commit
6c10ceeeb4
@ -705,7 +705,7 @@ void Track::createWater(const XMLNode &node)
|
|||||||
*/
|
*/
|
||||||
void Track::loadTrackModel(World* parent, unsigned int mode_id)
|
void Track::loadTrackModel(World* parent, unsigned int mode_id)
|
||||||
{
|
{
|
||||||
//m_is_arena = false;
|
m_sky_type = SKY_NONE;
|
||||||
m_track_object_manager = new TrackObjectManager();
|
m_track_object_manager = new TrackObjectManager();
|
||||||
|
|
||||||
// Load the graph only now: this function is called from world, after
|
// Load the graph only now: this function is called from world, after
|
||||||
|
Loading…
x
Reference in New Issue
Block a user