nothing important

This commit is contained in:
GreYFoXGTi 2010-10-11 02:42:23 +02:00
parent 040ba467bf
commit 20bd0567d2

View file

@ -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), "");