 good races yesterday
 good races yesterday  (Félix from liveforspeed.es
 (Félix from liveforspeed.es  )
)






 ... but seems that ElapsedTime begins when cars are placed on the grid, and not when race start (green light) ... but now, with the correct ElapsedTime data, can be calculated.
 ... but seems that ElapsedTime begins when cars are placed on the grid, and not when race start (green light) ... but now, with the correct ElapsedTime data, can be calculated. 
[FONT=Trebuchet MS]internal RaceTime(Packets.IS_SMALL packet)[/FONT]
[FONT=Trebuchet MS]{[/FONT]
[FONT=Trebuchet MS]   this.packet = packet;[/FONT]
[FONT=Trebuchet MS]   elapsed = new TimeSpan(0,0,0,0,(int)packet.UVal);[/FONT]
[FONT=Trebuchet MS]}[/FONT]
[FONT=Trebuchet MS]public TimeSpan ([/FONT]
[FONT=Trebuchet MS]  int days,[/FONT]
[FONT=Trebuchet MS]  int hours,[/FONT]
[FONT=Trebuchet MS]  int minutes,[/FONT]
[FONT=Trebuchet MS]  int seconds,[/FONT]
[FONT=Trebuchet MS]  int [B][COLOR=red]milliseconds[/COLOR][/B][/FONT]
[FONT=Trebuchet MS])[/FONT]

