Added files missing in previous commit - sorry.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6160 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
e189746787
commit
3d66c17292
@ -39,7 +39,6 @@ CheckManager::CheckManager(const XMLNode &node, Track *track)
|
|||||||
m_all_checks.push_back(cl);
|
m_all_checks.push_back(cl);
|
||||||
if(cl->getType()==CheckStructure::CT_NEW_LAP)
|
if(cl->getType()==CheckStructure::CT_NEW_LAP)
|
||||||
{
|
{
|
||||||
track->getQuadGraph().setStartCoordinate(*cl);
|
|
||||||
track->setStartCoordinates(cl->getLine2D());
|
track->setStartCoordinates(cl->getLine2D());
|
||||||
}
|
}
|
||||||
} // checkline
|
} // checkline
|
||||||
|
@ -85,7 +85,6 @@ public:
|
|||||||
const video::SColor &fill_color
|
const video::SColor &fill_color
|
||||||
=video::SColor(127, 255, 255, 255) );
|
=video::SColor(127, 255, 255, 255) );
|
||||||
void mapPoint2MiniMap(const Vec3 &xyz, Vec3 *out) const;
|
void mapPoint2MiniMap(const Vec3 &xyz, Vec3 *out) const;
|
||||||
void setStartCoordinate(const CheckLine &cl);
|
|
||||||
|
|
||||||
/** Returns the number of nodes in the graph. */
|
/** Returns the number of nodes in the graph. */
|
||||||
unsigned int getNumNodes() const { return m_all_nodes.size(); }
|
unsigned int getNumNodes() const { return m_all_nodes.size(); }
|
||||||
|
Loading…
Reference in New Issue
Block a user