mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
nothing important
This commit is contained in:
parent
040ba467bf
commit
20bd0567d2
|
@ -708,7 +708,7 @@ void CCharacter::Tick()
|
|||
if (m_RaceState == RACE_STARTED) {
|
||||
int IntTime = (int)m_Time;
|
||||
if(m_BroadTime)
|
||||
str_format(aBuftime, sizeof(aBuftime), "%s%d:%s%d", ((IntTime/60)>10)?"":"0", IntTime/60, ((IntTime%60)>10)?"":"0", IntTime%60);
|
||||
str_format(aBuftime, sizeof(aBuftime), "%s%d:%s%d", ((IntTime/60) > 9)?"":"0", IntTime/60, ((IntTime%60) > 9)?"":"0", IntTime%60);
|
||||
else
|
||||
str_format(aBuftime, sizeof(aBuftime), "");
|
||||
|
||||
|
|
Loading…
Reference in a new issue