- temporary fix bug lap in networkrace - patch by tom
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@5734 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: ad43ab29c61952b58aaf3bea2988b7c094326af9 Former-commit-id: dd9f226fd9fe316df383ba2d5fed1ccea6ab5a2d
This commit is contained in:
parent
2ff2e77ad2
commit
0c8191d944
1 changed files with 2 additions and 2 deletions
|
@ -539,8 +539,8 @@ ReCarsManageCar(tCarElt *car, bool& bestLapChanged)
|
|||
// and is thus considered a real lap, whereas it is not).
|
||||
car->_laps++;
|
||||
|
||||
if (NetGetNetwork())
|
||||
NetGetNetwork()->SendLapStatusPacket(car);
|
||||
/*if (NetGetNetwork())
|
||||
NetGetNetwork()->SendLapStatusPacket(car);*/
|
||||
|
||||
car->_remainingLaps--;
|
||||
if (car->_pos == 1 && s->currentTime < s->_totTime
|
||||
|
|
Loading…
Reference in a new issue