mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-14 18:09:00 +00:00
fixed tab
This commit is contained in:
parent
4f461bd7be
commit
15f770531c
1 changed files with 1 additions and 1 deletions
|
@ -3063,7 +3063,7 @@ CAutomobile::DoDriveByShootings(void)
|
|||
lookingLeft = true;
|
||||
if(TheCamera.Cams[TheCamera.ActiveCam].LookingRight)
|
||||
lookingRight = true;
|
||||
}
|
||||
}
|
||||
|
||||
if(lookingLeft || lookingRight){
|
||||
if(lookingLeft){
|
||||
|
|
Loading…
Reference in a new issue