Skip to content

Fix crash with high numlaps

Guil requested to merge Guil/RingRacers:master into master

Currently, Ring Racers crashes upon trying to display the 'new lap' animation with lap numbers above 99. This fixes the crash by drawing a third digit if the required lap count is 100 or higher. If a track requires 99 or less laps, the animation is unchanged. The crash should now no longer happen unless a map magically ends up with over 1001 laps.

ringracers0152.webm

ringracers0092.png

Merge request reports