Skip to content

Commit c1a9e29

Browse files
committed
- fix Lenny gets caught traffic vehicles
1 parent 073ff66 commit c1a9e29

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src_rebuild/Game/C/civ_ai.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2169,7 +2169,7 @@ int PingInCivCar(int minPingInDist)
21692169
}
21702170

21712171
// 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)
2172+
if ((specModelValid == 0 || allowSpecSpooling == 0 || residentCarModels[MAX_CAR_RESIDENT_MODELS - 1] == 12) && residentCarModels[MAX_CAR_RESIDENT_MODELS - 1] != 13)
21732173
{
21742174
#if MAX_CAR_RESIDENT_MODELS == 6
21752175
modelRandomList[15] = 4;

0 commit comments

Comments
 (0)