diff options
Diffstat (limited to '')
-rw-r--r-- | src/re3.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/re3.cpp b/src/re3.cpp index 4bdb5469..70601186 100644 --- a/src/re3.cpp +++ b/src/re3.cpp @@ -342,7 +342,7 @@ patch() { StaticPatcher::Apply(); - Patch<float>(0x46BC61+6, 1.0f); // car distance +// Patch<float>(0x46BC61+6, 1.0f); // car distance InjectHook(0x59E460, printf, PATCH_JUMP); InjectHook(0x475E00, printf, PATCH_JUMP); // _Error |