We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 073ff66 commit c1a9e29Copy full SHA for c1a9e29
1 file changed
src_rebuild/Game/C/civ_ai.c
@@ -2169,7 +2169,7 @@ int PingInCivCar(int minPingInDist)
2169
}
2170
2171
// check if special car is loaded and add it to random list
2172
- if ((specModelValid == 0 || allowSpecSpooling == 0 || residentCarModels[MAX_CAR_RESIDENT_MODELS-1] == 12) && residentCarModels[MAX_CAR_RESIDENT_MODELS-1] >= 8)
+ if ((specModelValid == 0 || allowSpecSpooling == 0 || residentCarModels[MAX_CAR_RESIDENT_MODELS - 1] == 12) && residentCarModels[MAX_CAR_RESIDENT_MODELS - 1] != 13)
2173
{
2174
#if MAX_CAR_RESIDENT_MODELS == 6
2175
modelRandomList[15] = 4;
0 commit comments