aboutsummaryrefslogtreecommitdiffstats
path: root/src/render/Skidmarks.cpp
diff options
context:
space:
mode:
authorNikolay Korolev <nickvnuk@gmail.com>2019-06-25 01:42:23 +0300
committerNikolay Korolev <nickvnuk@gmail.com>2019-06-25 01:42:23 +0300
commitcc731f47324cf58c899b242e34d661b651d3acef (patch)
treea096e4563ff09b208ff4697635baab2ec85395b4 /src/render/Skidmarks.cpp
parenta87f3188e9832c442b66fa67fd312359a77a32c0 (diff)
More replay stuff
Diffstat (limited to 'src/render/Skidmarks.cpp')
-rw-r--r--src/render/Skidmarks.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/render/Skidmarks.cpp b/src/render/Skidmarks.cpp
index 678e1cdc..fd5e7d2b 100644
--- a/src/render/Skidmarks.cpp
+++ b/src/render/Skidmarks.cpp
@@ -2,4 +2,6 @@
#include "patcher.h"
#include "Skidmarks.h"
+WRAPPER void CSkidmarks::Clear(void) { EAXJMP(0x518130); }
+
WRAPPER void CSkidmarks::Render(void) { EAXJMP(0x5182E0); }