mirror of
https://github.com/OpenDriver2/REDRIVER2.git
synced 2024-11-23 02:42:38 +01:00
- fix CIV AI node debug drawing
This commit is contained in:
parent
ce7139b94c
commit
f03ac0459f
@ -4097,10 +4097,7 @@ int CivControl(_CAR_DATA * cp)
|
||||
Debug_AddLineOfs(_zero, ofs, b1p, rrcv);
|
||||
}
|
||||
|
||||
pn++;
|
||||
|
||||
if (pn > cp->ai.c.targetRoute + 13)
|
||||
pn -= 12;
|
||||
pn = GET_NEXT_NODE(cp, pn);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user