X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fclient%2Fview.qc;h=972dcae424e6462cef7232af234d6dbacd31b7e9;hp=850217f152c1b8013399873762a5d4a0f3484fe6;hb=3c72b4c0734806d9ac24c7ed5f8cb1d95bff48ba;hpb=058ccd46345829ed155c50fa94bf4957bd2bca93 diff --git a/qcsrc/client/view.qc b/qcsrc/client/view.qc index 850217f152..972dcae424 100644 --- a/qcsrc/client/view.qc +++ b/qcsrc/client/view.qc @@ -1124,7 +1124,7 @@ void HUD_Crosshair(entity this) wcross_alpha_goal_prev = wcross_alpha; wcross_color_goal_prev = wcross_color; - if(spectatee_status == -1 && shottype == SHOTTYPE_HITTEAM || (shottype == SHOTTYPE_HITOBSTRUCTION && autocvar_crosshair_hittest_blur && !autocvar_chase_active)) + if(spectatee_status == 0 && (shottype == SHOTTYPE_HITTEAM || (shottype == SHOTTYPE_HITOBSTRUCTION && autocvar_crosshair_hittest_blur && !autocvar_chase_active))) { wcross_blur = 1; wcross_alpha *= 0.75;