X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fclient%2FView.qc;h=ae42a7b18c41dbce9a4a96d4c42faec6fa96f715;hp=173abcb9d3b95e274b7e880df4fbe7065e07e250;hb=6e0a2fc04c5f95920d1f64a76f7f96c1e7d1f505;hpb=b641258b2cf8cbcd8dc0710e0ad30c84e86a827b diff --git a/qcsrc/client/View.qc b/qcsrc/client/View.qc index 173abcb9d..ae42a7b18 100644 --- a/qcsrc/client/View.qc +++ b/qcsrc/client/View.qc @@ -950,6 +950,7 @@ void CSQC_UpdateView(float w, float h) if(self.draw2d) self.draw2d(); self = e; + Draw_ShowNames_All(); scoreboard_active = HUD_WouldDrawScoreboard(); @@ -992,7 +993,7 @@ void CSQC_UpdateView(float w, float h) CSQC_common_hud(); // crosshair goes VERY LAST - if(!scoreboard_active && !camera_active && intermission != 2) { + if(!scoreboard_active && !camera_active && intermission != 2 && spectatee_status != -1) { string wcross_style; float wcross_alpha, wcross_resolution; wcross_style = autocvar_crosshair;