summaryrefslogtreecommitdiff
path: root/src/rw/ClumpRead.cpp
diff options
context:
space:
mode:
authorSergeanur <s.anureev@yandex.ua>2020-04-17 16:31:11 +0300
committerSergeanur <s.anureev@yandex.ua>2020-04-17 16:31:11 +0300
commit599164006a9e7eb7328fc194c9bae1acbb2c887d (patch)
treec4dc5a5e2bf370e74ffc8ab4b9220ea6e066e952 /src/rw/ClumpRead.cpp
parentMerge remote-tracking branch 'samler/world' into Standalone (diff)
downloadre3-599164006a9e7eb7328fc194c9bae1acbb2c887d.tar.gz
Remove patches
Diffstat (limited to 'src/rw/ClumpRead.cpp')
-rw-r--r--src/rw/ClumpRead.cpp8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/rw/ClumpRead.cpp b/src/rw/ClumpRead.cpp
index 0bf62f32..5f50f52d 100644
--- a/src/rw/ClumpRead.cpp
+++ b/src/rw/ClumpRead.cpp
@@ -1,5 +1,5 @@
#include "common.h"
-#include "patcher.h"
+
struct rpGeometryList
{
@@ -222,9 +222,3 @@ RpClumpGtaCancelStream(void)
rwFrameListDeinitialize(&gFrameList);
gFrameList.numFrames = 0;
}
-
-STARTPATCHES
- InjectHook(0x526060, RpClumpGtaStreamRead1, PATCH_JUMP);
- InjectHook(0x526180, RpClumpGtaStreamRead2, PATCH_JUMP);
- InjectHook(0x5262D0, RpClumpGtaCancelStream, PATCH_JUMP);
-ENDPATCHES