mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-14 11:50:49 +00:00
- 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:
parent
2b8a80c6ce
commit
1ea09cd3d2
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue