diff --git a/source/games/sw/src/weapon.cpp b/source/games/sw/src/weapon.cpp index 2076bb623..c3962b20b 100644 --- a/source/games/sw/src/weapon.cpp +++ b/source/games/sw/src/weapon.cpp @@ -14284,7 +14284,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; }