Phlarx / tm-thousandths

An OpenPlanet plugin to show thousandths for in-game times in Trackmania games
GNU General Public License v3.0
1 stars 0 forks source link

-0.00x Checkpoint Deltas in Turbo do Not Show the Thousandths #3

Open Minhs2 opened 2 years ago

Minhs2 commented 2 years ago

In Trackmania Turbo, when you are close enough to a ghost when crossing a checkpoint and -0.00 shows up, the thousandths digit does not show up. This happens even with varying thousandths digits for the checkpoint time.

I'm not sure if this is also an issue for +0.00 (or if +0.00 is even possible to show up in this game).

Phlarx commented 2 years ago

Note to self:

This is probably because the test for if two times are equal ignores thou's. Need to locate that check and adjust as necessary. Secondarily, adjust the 0.00 string to 0.000 (if there's room).