From f2bfe03d106c2b1ac615c6553173aa9cbb92b165 Mon Sep 17 00:00:00 2001 From: Silent Date: Mon, 6 Mar 2017 12:11:13 +0100 Subject: [PATCH] suppress warning --- SilentPatchSA/SilentPatchSA.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SilentPatchSA/SilentPatchSA.cpp b/SilentPatchSA/SilentPatchSA.cpp index 315b511..5257de3 100644 --- a/SilentPatchSA/SilentPatchSA.cpp +++ b/SilentPatchSA/SilentPatchSA.cpp @@ -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()