1
0
Fork 0
mirror of https://github.com/halpz/re3.git synced 2025-01-23 06:41:00 +00:00

Merge branch 'master' into miami

This commit is contained in:
Nikolay Korolev 2021-08-08 15:44:18 +03:00
commit 668311a444

View file

@ -3877,7 +3877,7 @@ CAutomobile::DoDriveByShootings(void)
lookingLeft = true; lookingLeft = true;
if(TheCamera.Cams[TheCamera.ActiveCam].LookingRight) if(TheCamera.Cams[TheCamera.ActiveCam].LookingRight)
lookingRight = true; lookingRight = true;
} }
AnimationId rightAnim = ANIM_STD_CAR_DRIVEBY_RIGHT; AnimationId rightAnim = ANIM_STD_CAR_DRIVEBY_RIGHT;
AnimationId leftAnim = ANIM_STD_CAR_DRIVEBY_LEFT; AnimationId leftAnim = ANIM_STD_CAR_DRIVEBY_LEFT;