Home
last modified time | relevance | path

Searched refs:freeCarIndex (Results 1 – 4 of 4) sorted by relevance

/dports/games/torcs/torcs-1.3.7/src/libs/raceengineclient/
H A Draceinit.cpp449 pit->freeCarIndex = 0; in initPits()
465 if (pit->freeCarIndex <= 0 || in initPits()
466 (strcmp(pit->car[0]->_teamname, car->_teamname) == 0 && pit->freeCarIndex < carsPerPit)) in initPits()
469 pit->car[pit->freeCarIndex] = car; in initPits()
473 if (pit->freeCarIndex == 0) { in initPits()
484 (pit->freeCarIndex)++; in initPits()
495 for (j = 0; j < pit->freeCarIndex; j++) { in initPits()
H A Draceengine.cpp219 for (i = 0; i < car->_pit->freeCarIndex; i++) { in ReManage()
/dports/games/torcs/torcs-1.3.7/src/interfaces/
H A Dtrack.h449 int freeCarIndex; // Index of next free car entry (look at the next line). member
/dports/games/torcs/torcs-1.3.7/src/modules/graphic/ssggraph/
H A Dgrscene.cpp651 if (pits->driversPits[i].freeCarIndex == 1) { in grCustomizePits()