The source project of this merge request has been removed.
Fix crash with high numlaps
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.
