summaryrefslogtreecommitdiffstats
path: root/src/render/Skidmarks.cpp
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2019-10-20 14:33:43 +0200
committerGitHub <noreply@github.com>2019-10-20 14:33:43 +0200
commit0759dbc1e1acc34fbc2ded0a186ec8fa85530a30 (patch)
tree1fa32468a2570d53494e4ac22e6aa8fc1c6453de /src/render/Skidmarks.cpp
parentMoved CCutsceneMgr::ms_cutsceneProcessing to private (diff)
parenttypo fix (diff)
downloadre3-0759dbc1e1acc34fbc2ded0a186ec8fa85530a30.tar
re3-0759dbc1e1acc34fbc2ded0a186ec8fa85530a30.tar.gz
re3-0759dbc1e1acc34fbc2ded0a186ec8fa85530a30.tar.bz2
re3-0759dbc1e1acc34fbc2ded0a186ec8fa85530a30.tar.lz
re3-0759dbc1e1acc34fbc2ded0a186ec8fa85530a30.tar.xz
re3-0759dbc1e1acc34fbc2ded0a186ec8fa85530a30.tar.zst
re3-0759dbc1e1acc34fbc2ded0a186ec8fa85530a30.zip
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 bbadd54c..7489f7cd 100644
--- a/src/render/Skidmarks.cpp
+++ b/src/render/Skidmarks.cpp
@@ -3,6 +3,7 @@
#include "Skidmarks.h"
WRAPPER void CSkidmarks::Clear(void) { EAXJMP(0x518130); }
+WRAPPER void CSkidmarks::Update() { EAXJMP(0x518200); }
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); }