From 0711bfacd451b8cbe59ae08efd595178e928f7dc Mon Sep 17 00:00:00 2001 From: aap Date: Fri, 28 Jun 2019 21:24:22 +0200 Subject: fixed CFileMgr, the craziest bug i ever had --- src/re3.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/re3.cpp') diff --git a/src/re3.cpp b/src/re3.cpp index ec4f4439..4bdb5469 100644 --- a/src/re3.cpp +++ b/src/re3.cpp @@ -344,6 +344,8 @@ patch() Patch(0x46BC61+6, 1.0f); // car distance InjectHook(0x59E460, printf, PATCH_JUMP); + InjectHook(0x475E00, printf, PATCH_JUMP); // _Error + // stolen from silentpatch (sorry) Patch(0x5382BF, 0x0EEB); -- cgit v1.2.3