Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
ThirteenAG authored Jan 23, 2024
2 parents fd80fd3 + 624eedc commit 571fa3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/comvars.ixx
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ public:
pattern = find_pattern("F3 0F 10 05 ? ? ? ? F3 0F 59 05 ? ? ? ? 8B 43 20 53", "F3 0F 10 05 ? ? ? ? F3 0F 59 44 24 ? 83 C4 04 83 7C 24");
fTimeStep = *pattern.get_first<float*>(4);

pattern = hook::pattern("BE ? ? ? ? 8D 44 24 0C");
pattern = hook::pattern("BE ? ? ? ? 8D 44 24 0C 50 8D 46 10 50");
pCGameConfigReader__ms_imgFiles = *pattern.get_first<decltype(pCGameConfigReader__ms_imgFiles)>(1);
};
}
Expand Down

0 comments on commit 571fa3e

Please sign in to comment.