- removed bogus assert in SW's track setup.

One of the stock maps (WT $airport map.) triggers this assert so it cannot remain.
This commit is contained in:
Christoph Oelckers 2021-05-29 13:22:14 +02:00
parent 2b8a80c6ce
commit 1ea09cd3d2

View file

@ -677,7 +677,6 @@ TrackSetup(void)
// save the closest one off and kill it
if (next_sprite != -1)
{
ASSERT(low_dist < 20000);
TrackAddPoint(t, tp, next_sprite);
}