forked from Not/srb2k-leaderboard
Prevent overflow of minutes
This commit is contained in:
parent
41b152ccf6
commit
e3c870eefd
@ -661,7 +661,7 @@ function ticsToTime(tics, pure)
|
|||||||
|
|
||||||
return string.format(
|
return string.format(
|
||||||
"%d:%02d:%02d",
|
"%d:%02d:%02d",
|
||||||
G_TicsToMinutes(tics),
|
G_TicsToMinutes(tics, true),
|
||||||
G_TicsToSeconds(tics),
|
G_TicsToSeconds(tics),
|
||||||
G_TicsToCentiseconds(tics)
|
G_TicsToCentiseconds(tics)
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user