Some precise crosshair fixes.
This commit is contained in:
parent
9b3c2b6a74
commit
aa3343c568
3 changed files with 10 additions and 12 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue