- fix Tanner to Boad collision

This commit is contained in:
Ilya Shurumov 2021-06-26 16:45:42 +06:00 committed by InspirationByte
parent 8a2abaa9db
commit c313beb013

View File

@ -2335,7 +2335,7 @@ void StepEvents(void)
// make Tanner on boat also
if (player[0].playerType == 2 && OnBoat((VECTOR*)player[0].pos, ev, &dist))
carsOnBoat |= (1 << TANNER_COLLIDER_CARID);// 0x300000;
carsOnBoat |= (1 << TANNER_COLLIDER_CARID) | 0x200000;// 0x300000;
BoatOffset(&boatOffset, ev);