Fixed comments and removed tabs.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@11845 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
7cf0569e5c
commit
b1caec75a1
@ -1178,13 +1178,15 @@ void Track::createWater(const XMLNode &node)
|
||||
/** This function load the actual scene, i.e. all parts of the track,
|
||||
* animations, items, ... It is called from world during initialisation.
|
||||
* Track is the first model to be loaded, so at this stage the root scene node
|
||||
* is empty.
|
||||
* is empty.
|
||||
* \param parent The actual world.
|
||||
* \param reverse_track True if the track should be run in reverse.
|
||||
* \param mode_id Which of the modes of a track to use. This determines which
|
||||
* scene, quad, and graph file to load.
|
||||
*/
|
||||
|
||||
void Track::loadTrackModel(World* parent, bool reverse_track,
|
||||
unsigned int mode_id )
|
||||
unsigned int mode_id )
|
||||
{
|
||||
if(!m_reverse_available)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user