Some precise crosshair fixes.

This commit is contained in:
Mari the Deer 2022-09-24 22:12:12 +02:00
commit aa3343c568
3 changed files with 10 additions and 12 deletions

View file

@ -15,7 +15,8 @@ extend Class SWWMWeapon
{
Super.DoEffect();
// force custom crosshair
if ( swwm_precisecrosshair ) crosshair = 99;
if ( swwm_precisecrosshair && (players[consoleplayer].Camera == players[consoleplayer].mo) && !(players[consoleplayer].cheats&CF_CHASECAM) )
crosshair = 99;
else crosshair = 0;
}