public void setStraightaway(int i, Straightaway s) { m_track[i] = s; }
////Returns true if the Straightaway supplied is the end of the track, ////false otherwise. public bool isEnd(Straightaway s) { return(s.id >= maxStraightawayPosition); }