From 10db2e5c8526fab265a765176158834d601093dc Mon Sep 17 00:00:00 2001 From: pizzahut2 Date: Thu, 2 Sep 2021 20:51:50 +0200 Subject: [PATCH] Revert "Update CMisc.h (#984)" (#986) Turned out both test servers still had an old "tfc_i386.so" file which took precedence over the newer "tfc.so" library, so both servers were misconfigured and that's why the offsets didn't work. --- modules/tfcx/CMisc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/tfcx/CMisc.h b/modules/tfcx/CMisc.h index 6c1f2f57..eeb80730 100644 --- a/modules/tfcx/CMisc.h +++ b/modules/tfcx/CMisc.h @@ -23,7 +23,7 @@ #define PLAYER_LINUXOFFSET 0 #define CLIP_LINUXOFFSET 0 #else - #define LINUXOFFSET 3 + #define LINUXOFFSET 4 #define PLAYER_LINUXOFFSET 5 #define CLIP_LINUXOFFSET 4 #endif