diff options
author | Nikolay Korolev <nickvnuk@gmail.com> | 2021-08-08 14:42:44 +0200 |
---|---|---|
committer | Nikolay Korolev <nickvnuk@gmail.com> | 2021-08-08 14:42:44 +0200 |
commit | 15f770531c022a37494336e21302535ab08eb9b7 (patch) | |
tree | d7e35180eda060eae0d0b3c446cafcfdc13663f1 | |
parent | CVehicle fixes and cleanup (diff) | |
download | re3-15f770531c022a37494336e21302535ab08eb9b7.tar re3-15f770531c022a37494336e21302535ab08eb9b7.tar.gz re3-15f770531c022a37494336e21302535ab08eb9b7.tar.bz2 re3-15f770531c022a37494336e21302535ab08eb9b7.tar.lz re3-15f770531c022a37494336e21302535ab08eb9b7.tar.xz re3-15f770531c022a37494336e21302535ab08eb9b7.tar.zst re3-15f770531c022a37494336e21302535ab08eb9b7.zip |
Diffstat (limited to '')
-rw-r--r-- | src/vehicles/Automobile.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vehicles/Automobile.cpp b/src/vehicles/Automobile.cpp index 7d942dcd..0e1a3e42 100644 --- a/src/vehicles/Automobile.cpp +++ b/src/vehicles/Automobile.cpp @@ -3063,7 +3063,7 @@ CAutomobile::DoDriveByShootings(void) lookingLeft = true; if(TheCamera.Cams[TheCamera.ActiveCam].LookingRight) lookingRight = true; - } + } if(lookingLeft || lookingRight){ if(lookingLeft){ |