diff options
author | aap <aap@papnet.eu> | 2019-06-29 17:54:09 +0200 |
---|---|---|
committer | aap <aap@papnet.eu> | 2019-06-29 17:54:09 +0200 |
commit | 8946a209831f125f84faa77b59d6bf32cca35873 (patch) | |
tree | ff3838b129c0c5f3067903458bd8d621bd659683 /src/re3.cpp | |
parent | Merge pull request #71 from ShFil119/audio2 (diff) | |
download | re3-8946a209831f125f84faa77b59d6bf32cca35873.tar re3-8946a209831f125f84faa77b59d6bf32cca35873.tar.gz re3-8946a209831f125f84faa77b59d6bf32cca35873.tar.bz2 re3-8946a209831f125f84faa77b59d6bf32cca35873.tar.lz re3-8946a209831f125f84faa77b59d6bf32cca35873.tar.xz re3-8946a209831f125f84faa77b59d6bf32cca35873.tar.zst re3-8946a209831f125f84faa77b59d6bf32cca35873.zip |
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 |