mirror of
https://github.com/CookiePLMonster/SilentPatch.git
synced 2024-12-28 23:03:01 +05:00
suppress warning
This commit is contained in:
parent
928a641669
commit
f2bfe03d10
1 changed files with 1 additions and 1 deletions
|
@ -2999,7 +2999,7 @@ void Patch_SA_10()
|
|||
|
||||
// AI accuracy issue
|
||||
Nop(0x73B3AE, 1);
|
||||
InjectHook( 0x73B3AE+1, WeaponRangeMult_VehicleCheck, PATCH_CALL );
|
||||
InjectHook( 0x73B3AE + 1, WeaponRangeMult_VehicleCheck, PATCH_CALL );
|
||||
}
|
||||
|
||||
void Patch_SA_11()
|
||||
|
|
Loading…
Reference in a new issue