Th3Ya0vi / vdrift-ogre

Automatically exported from code.google.com/p/vdrift-ogre
0 stars 0 forks source link

Crash when loading track from user folder #89

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. open editor
2. create a copy of current track
3. save
4. start game and load the track you just saved

result: crash with this assertion:

TRACK::GetStart(unsigned int): Assertion `!start_positions.empty()' failed.

Original issue reported on code.google.com by scrawl...@gmail.com on 14 Oct 2011 at 9:34

GoogleCodeExporter commented 8 years ago
Fixed, list is unsorted, was setting wrong user bool.

Original comment by Cry...@gmail.com on 15 Oct 2011 at 8:33