Home
last modified time | relevance | path

Searched refs:TRK_VAL_CURB (Results 1 – 3 of 3) sorted by relevance

/dports/games/torcs/torcs-1.3.7/src/interfaces/
H A Dtrack.h200 #define TRK_VAL_CURB "curb" macro
/dports/games/torcs/torcs-1.3.7/src/modules/track/
H A Dtrack4.cpp60 static const char *ValStyle[] = {TRK_VAL_PLAN, TRK_VAL_CURB, TRK_VAL_WALL, TRK_VAL_FENCE, TRK_VAL_F…
204 } else if (strcmp(style, TRK_VAL_CURB) == 0) { in readDefaultSideParameters()
281 } else if (strcmp(style, TRK_VAL_CURB) == 0) { in addSides()
H A Dtrack3.cpp63 static const char *ValStyle[4] = {TRK_VAL_PLAN, TRK_VAL_WALL, TRK_VAL_CURB, TRK_VAL_FENCE};
152 } else if (strcmp(style, TRK_VAL_CURB) == 0) { in InitSides()
219 } else if (strcmp(style, TRK_VAL_CURB) == 0) { in AddSides()