mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-15 02:29:01 +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;
|
lookingLeft = true;
|
||||||
if(TheCamera.Cams[TheCamera.ActiveCam].LookingRight)
|
if(TheCamera.Cams[TheCamera.ActiveCam].LookingRight)
|
||||||
lookingRight = true;
|
lookingRight = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
if(lookingLeft || lookingRight){
|
if(lookingLeft || lookingRight){
|
||||||
if(lookingLeft){
|
if(lookingLeft){
|
||||||
|
|
Loading…
Reference in a new issue