Skip to content

Commit

Permalink
- add hitscan only autoaim for SW.
Browse files Browse the repository at this point in the history
# Conflicts:
#	source/games/sw/src/weapon.cpp
  • Loading branch information
coelckers authored and mjr4077au committed Jul 17, 2021
1 parent f951dbf commit 6b1cd2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/games/sw/src/weapon.cpp
Expand Up @@ -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;
}
Expand Down

0 comments on commit 6b1cd2f

Please sign in to comment.