Skip to content

Commit

Permalink
Merge pull request #1 from saralmira/cncnet
Browse files Browse the repository at this point in the history
Fix incorrect address
  • Loading branch information
Belonit authored Jan 31, 2025
2 parents e332c59 + 82fa2a1 commit 7d64883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IPXManagerClass.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class NOVTABLE IPXManagerClass
virtual ~IPXManagerClass() RX;

ConnectionClass* SetTiming(int retrydelta, int maxretries, int timeout, bool a5)
{ JMP_THIS(0x7B30B0) }
{ JMP_THIS(0x540C60) }

int ResponseTime()
{ JMP_THIS(0x542450) }
Expand Down

0 comments on commit 7d64883

Please sign in to comment.