1
0
Fork 0
mirror of https://github.com/halpz/re3.git synced 2024-10-17 22:01:07 +00:00

fixed tab

This commit is contained in:
Nikolay Korolev 2021-08-08 15:42:44 +03:00
parent 4f461bd7be
commit 15f770531c

View file

@ -3063,7 +3063,7 @@ CAutomobile::DoDriveByShootings(void)
lookingLeft = true;
if(TheCamera.Cams[TheCamera.ActiveCam].LookingRight)
lookingRight = true;
}
}
if(lookingLeft || lookingRight){
if(lookingLeft){