Skip to content

Commit

Permalink
Merge branch 'develop-Mix4BEtest' into develop-Mix4ECpack
Browse files Browse the repository at this point in the history
  • Loading branch information
CrimRecya committed Jan 7, 2025
2 parents f7d3e26 + 08fa27c commit 9da1baf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Misc/Hooks.BugFixes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -742,7 +742,7 @@ DEFINE_HOOK(0x4D580B, FootClass_ApproachTarget_DeployToFire, 0x6)

DEFINE_HOOK(0x741050, UnitClass_CanFire_DeployToFire, 0x6)
{
enum { SkipGameCode = 0x741086, MustDeploy = 0x7410A8 };
enum { SkipGameCode = 0x7410B7, MustDeploy = 0x7410A8 };

GET(UnitClass*, pThis, ESI);

Expand Down

0 comments on commit 9da1baf

Please sign in to comment.