mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-15 09:39:01 +00:00
Merge branch 'master' into miami
This commit is contained in:
commit
668311a444
1 changed files with 1 additions and 1 deletions
|
@ -3877,7 +3877,7 @@ CAutomobile::DoDriveByShootings(void)
|
|||
lookingLeft = true;
|
||||
if(TheCamera.Cams[TheCamera.ActiveCam].LookingRight)
|
||||
lookingRight = true;
|
||||
}
|
||||
}
|
||||
|
||||
AnimationId rightAnim = ANIM_STD_CAR_DRIVEBY_RIGHT;
|
||||
AnimationId leftAnim = ANIM_STD_CAR_DRIVEBY_LEFT;
|
||||
|
|
Loading…
Reference in a new issue