summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNikolay Korolev <nickvnuk@gmail.com>2021-08-08 14:42:44 +0200
committerNikolay Korolev <nickvnuk@gmail.com>2021-08-08 14:42:44 +0200
commit15f770531c022a37494336e21302535ab08eb9b7 (patch)
treed7e35180eda060eae0d0b3c446cafcfdc13663f1
parentCVehicle fixes and cleanup (diff)
downloadre3-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
-rw-r--r--src/vehicles/Automobile.cpp2
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){