aboutsummaryrefslogtreecommitdiffstats
path: root/src/vehicles/Automobile.h
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2019-07-27 11:53:51 +0200
committeraap <aap@papnet.eu>2019-07-27 11:53:51 +0200
commit0aaaab3622e36ba24e519f3ff572deabbe9c150e (patch)
treecdd061aa359ebecf1a496c4da8ea9d76b121b0ed /src/vehicles/Automobile.h
parente340400875d6aa7a120aa1c6111b8eb93d4ed6b9 (diff)
CAutomobile::Render; moved some math code into .cpp
Diffstat (limited to 'src/vehicles/Automobile.h')
-rw-r--r--src/vehicles/Automobile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vehicles/Automobile.h b/src/vehicles/Automobile.h
index 959b83e4..618ad079 100644
--- a/src/vehicles/Automobile.h
+++ b/src/vehicles/Automobile.h
@@ -71,7 +71,7 @@ public:
float m_weaponDoorTimerRight;
float m_fCarGunLR;
float m_fCarGunUD;
- float m_fWindScreenRotation;
+ float m_fPropellerRotation;
uint8 stuff4[4];
uint8 m_nWheelsOnGround;
uint8 m_nDriveWheelsOnGround;