diff --git a/src_rebuild/Game/C/event.c b/src_rebuild/Game/C/event.c index e8f90435..2632287f 100644 --- a/src_rebuild/Game/C/event.c +++ b/src_rebuild/Game/C/event.c @@ -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);