Merge branch 'master' of https://github.com/supertuxkart/stk-code
This commit is contained in:
commit
a1b05dbb00
@ -115,6 +115,8 @@ bool CheckGoal::isTriggered(const Vec3 &old_pos, const Vec3 &new_pos,
|
|||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
void CheckGoal::reset(const Track &track)
|
void CheckGoal::reset(const Track &track)
|
||||||
{
|
{
|
||||||
|
CheckStructure::reset(track);
|
||||||
|
|
||||||
const TrackObjectManager* tom = track.getTrackObjectManager();
|
const TrackObjectManager* tom = track.getTrackObjectManager();
|
||||||
assert(tom);
|
assert(tom);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user