diff options
| author | Nikolay Korolev <nickvnuk@gmail.com> | 2021-08-08 15:42:44 +0300 |
|---|---|---|
| committer | Nikolay Korolev <nickvnuk@gmail.com> | 2021-08-08 15:42:44 +0300 |
| commit | 15f770531c022a37494336e21302535ab08eb9b7 (patch) | |
| tree | d7e35180eda060eae0d0b3c446cafcfdc13663f1 /src | |
| parent | CVehicle fixes and cleanup (diff) | |
| download | re3-15f770531c022a37494336e21302535ab08eb9b7.tar.gz | |
fixed tab
Diffstat (limited to 'src')
| -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){ |
