aboutsummaryrefslogtreecommitdiffstats
path: root/src/render/Skidmarks.cpp
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/render/Skidmarks.cpp
parent8de701dd70c823e5151559b2b793670fe0f9b6cf (diff)
CAutomobile::PreRender; whole class finished
Diffstat (limited to 'src/render/Skidmarks.cpp')
-rw-r--r--src/render/Skidmarks.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/render/Skidmarks.cpp b/src/render/Skidmarks.cpp
index fd5e7d2b..bbadd54c 100644
--- a/src/render/Skidmarks.cpp
+++ b/src/render/Skidmarks.cpp
@@ -5,3 +5,4 @@
WRAPPER void CSkidmarks::Clear(void) { EAXJMP(0x518130); }
WRAPPER void CSkidmarks::Render(void) { EAXJMP(0x5182E0); }
+WRAPPER void CSkidmarks::RegisterOne(uint32 id, CVector pos, float fwdx, float fwdY, bool *isMuddy, bool *isBloddy) { EAXJMP(0x5185C0); }