mirror of
https://github.com/OpenDriver2/REDRIVER2.git
synced 2024-11-23 02:42:38 +01:00
Merge branch 'develop-SoapyMan' into refactor-LEADAI
This commit is contained in:
commit
3594883869
@ -3685,7 +3685,7 @@ void LeadHorn(CAR_DATA* cp)
|
||||
dx = cp->hd.where.t[0] - camera_position.vx >> 8;
|
||||
dz = cp->hd.where.t[2] - camera_position.vz >> 8;
|
||||
|
||||
if (ABS(dx) < 64 && ABS(dz) > 64)
|
||||
if (ABS(dx) > 64 || ABS(dz) > 64)
|
||||
return;
|
||||
|
||||
if (horn_time == 0)
|
||||
|
Loading…
Reference in New Issue
Block a user