From 6b1cd2fc6eb26897e7f1489f240b0ce5e9c2abc1 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Sat, 26 Jun 2021 12:18:27 +0200 Subject: [PATCH] - add hitscan only autoaim for SW. # Conflicts: # source/games/sw/src/weapon.cpp --- source/games/sw/src/weapon.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/games/sw/src/weapon.cpp b/source/games/sw/src/weapon.cpp index e09754ca1e1..4b5c817d5c8 100644 --- a/source/games/sw/src/weapon.cpp +++ b/source/games/sw/src/weapon.cpp @@ -14288,7 +14288,7 @@ WeaponAutoAim(SPRITEp sp, short Missile, short ang, bool test) if (u && u->PlayerP) { - if (Autoaim(u->PlayerP->pnum) != 2) + if (Autoaim(u->PlayerP->pnum) != 1) { return -1; }