- removed inused int i

git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@8762 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 69b93381c51aaec38ebc8ed8bef7be5c16b1e75e
Former-commit-id: 97d3aabfad5c47c2c6375e0e25a2e076ce350153
This commit is contained in:
torcs-ng 2023-03-05 23:08:53 +00:00
parent 0c7ea892a2
commit 845b1968b8

View file

@ -58,7 +58,6 @@ ReCarsUpdateCarPitTime(tCarElt *car)
tSituation *s = ReInfo->s;
tReCarInfo *info = &(ReInfo->_reCarInfo[car->index]);
tCarPenalty *penalty;
int i;
// GfLogDebug("ReCarsUpdateCarPitTime(%s) : typ=%d, fuel=%f, rep=%d\n",
// car->_name, car->_pitStopType, car->_pitFuel, car->_pitRepair);