mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-27 04:00:42 +00:00
- add hitscan only autoaim for SW.
# Conflicts: # source/games/sw/src/weapon.cpp
This commit is contained in:
parent
2af2d29084
commit
5e96e955f3
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue