summaryrefslogtreecommitdiffstats
path: root/src/vehicles/Automobile.h
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2019-07-28 13:14:08 +0200
committeraap <aap@papnet.eu>2019-07-28 13:14:08 +0200
commit6ff921c160e802c12ad40b06f17a93f72eea6bdf (patch)
tree62ba0586a63538340c0f8ebfa99c65c0fc6ed76d /src/vehicles/Automobile.h
parentrenamed flag to R* name (diff)
downloadre3-6ff921c160e802c12ad40b06f17a93f72eea6bdf.tar
re3-6ff921c160e802c12ad40b06f17a93f72eea6bdf.tar.gz
re3-6ff921c160e802c12ad40b06f17a93f72eea6bdf.tar.bz2
re3-6ff921c160e802c12ad40b06f17a93f72eea6bdf.tar.lz
re3-6ff921c160e802c12ad40b06f17a93f72eea6bdf.tar.xz
re3-6ff921c160e802c12ad40b06f17a93f72eea6bdf.tar.zst
re3-6ff921c160e802c12ad40b06f17a93f72eea6bdf.zip
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 618ad079..6226b555 100644
--- a/src/vehicles/Automobile.h
+++ b/src/vehicles/Automobile.h
@@ -123,7 +123,7 @@ public:
void PlaceOnRoadProperly(void);
void dmgDrawCarCollidingParticles(const CVector &pos, float amount);
void AddDamagedVehicleParticles(void);
- void AddWheelDirtAndWater(CColPoint *colpoint, uint32 belowEffectSpeed);
+ int32 AddWheelDirtAndWater(CColPoint *colpoint, uint32 belowEffectSpeed);
void PlayHornIfNecessary(void);
void ResetSuspension(void);
void SetupSuspensionLines(void);