- add hitscan only autoaim for SW.

# Conflicts:
#	source/games/sw/src/weapon.cpp
This commit is contained in:
Christoph Oelckers 2021-06-26 12:18:27 +02:00
parent 2af2d29084
commit 5e96e955f3

View file

@ -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;
}