Skip to content

Commit

Permalink
Revert "Update CMisc.h (#985)" (#987)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
pizzahut2 authored Sep 2, 2021
1 parent f3d21a3 commit beaa8c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/tfcx/CMisc.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit beaa8c4

Please sign in to comment.