diff --git a/src/vehicles/Automobile.cpp b/src/vehicles/Automobile.cpp index 9395ded8..5e2b0c10 100644 --- a/src/vehicles/Automobile.cpp +++ b/src/vehicles/Automobile.cpp @@ -3877,7 +3877,7 @@ CAutomobile::DoDriveByShootings(void) lookingLeft = true; if(TheCamera.Cams[TheCamera.ActiveCam].LookingRight) lookingRight = true; - } + } AnimationId rightAnim = ANIM_STD_CAR_DRIVEBY_RIGHT; AnimationId leftAnim = ANIM_STD_CAR_DRIVEBY_LEFT;