summaryrefslogtreecommitdiff
path: root/src/render/Skidmarks.h
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2020-05-31 17:45:26 +0200
committeraap <aap@papnet.eu>2020-05-31 17:45:26 +0200
commitbae3a3e72f6b22b72155d377d38725cdbdff688c (patch)
tree09d9b2e732771ec71c9fe920a759930d50490eea /src/render/Skidmarks.h
parente6b9c2013146af9271398d899caa346a0c5f04ff (diff)
fixed to CAutomobile and friends
Diffstat (limited to 'src/render/Skidmarks.h')
-rw-r--r--src/render/Skidmarks.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/Skidmarks.h b/src/render/Skidmarks.h
index 085b4c6d..c061782d 100644
--- a/src/render/Skidmarks.h
+++ b/src/render/Skidmarks.h
@@ -11,7 +11,7 @@ public:
bool m_isMuddy;
uintptr m_id;
int16 m_last;
- uint32 m_lastUpdate;;
+ uint32 m_lastUpdate;
uint32 m_fadeStart;
uint32 m_fadeEnd;
CVector m_pos[SKIDMARK_LENGTH];