This commit is contained in:
hiker 2016-01-07 08:48:00 +11:00
commit a1b05dbb00

View File

@ -115,6 +115,8 @@ bool CheckGoal::isTriggered(const Vec3 &old_pos, const Vec3 &new_pos,
// ----------------------------------------------------------------------------
void CheckGoal::reset(const Track &track)
{
CheckStructure::reset(track);
const TrackObjectManager* tom = track.getTrackObjectManager();
assert(tom);