OpenTrespasser / JurassicParkTrespasser

A git-based fork of the Jurassic Park: Trespasser source code.
98 stars 24 forks source link

Start Trespasser [Stage: main menu] #74

Closed meekee7 closed 4 years ago

meekee7 commented 4 years ago

With these fixes, starting Trespasser brings you into the main menu, which you can navigate without crashes. Trespasser used a trick to achieve backwards iteration of vectors, that worked much better when iterators were the same as pointers. Now it causes runtime check failures for overiteration beyond boundaries. We switch to the built-in backwards iterator.