Skip to content

Commit

Permalink
restore IdNum_ptr
Browse files Browse the repository at this point in the history
deleted by accident in merge
  • Loading branch information
pas-de-2 committed Feb 2, 2023
1 parent d80460a commit 17df959
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dllmain/Game.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1014,6 +1014,8 @@ bool re4t::init::Game()
IdSys_ptr = *pattern.count(1).get(0).get<IDSystem*>(1);
pattern = hook::pattern("8D 48 FF 80 F9 01 77 ? C7 ? ? ? ? ? EB");
IdSub_ptr = *pattern.count(1).get(0).get<IDSystem*>(10);
pattern = hook::pattern("83 C4 08 B9 ? ? ? ? 39");
IdNum_ptr = *pattern.count(1).get(0).get<IDSystem*>(4);
pattern = hook::pattern("83 C4 18 6A 60 B9");
mercId_ptr = *pattern.count(1).get(0).get<MercID*>(6);
pattern = hook::pattern("E8 ? ? ? ? 6A 29 68 FE 00 00 00 B9");
Expand Down

0 comments on commit 17df959

Please sign in to comment.