Skip to content

Commit

Permalink
Update sigs.h
Browse files Browse the repository at this point in the history
  • Loading branch information
accelerator74 committed Aug 12, 2021
1 parent 8003ebd commit 54048f9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions sigs.h
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,12 @@ const int g_FrameTimeReadOffsets[] =
#endif
#elif defined (_WIN32)
#if defined (_L4D)
{0x173, 0x2CD, 0x476};
/* 371, 717, 1142 */
{0x17B, 0x2D5, 0x476};
/* 379, 725, 1142 */
/*
0x173 = 371 = .text:102CEB33 A1 B0 9A 5E 10 mov eax, dword_105E9AB0
0x2CD = 717 = .text:102CEC8D A1 B0 9A 5E 10 mov eax, dword_105E9AB0
0x476 = 1142 = .text:102CEE36 A1 B0 9A 5E 10 mov eax, dword_105E9AB0
0x17B = 379 = .text:102D047B A1 B0 BA 5E 10 mov eax, dword_105EBAB0
0x2D5 = 725 = .text:102D05D5 A1 B0 BA 5E 10 mov eax, dword_105EBAB0
0x476 = 1142 = .text:102CEE36 A1 B0 9A 5E 10 mov eax, dword_105EBAB0
*/
#elif defined (_L4D2)
{0x1E4, 0x376, 0x543};
Expand Down

0 comments on commit 54048f9

Please sign in to comment.