r4631 - trunk/data/qcsrc/client

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sat Oct 4 17:04:09 EDT 2008


Author: div0
Date: 2008-10-04 17:04:07 -0400 (Sat, 04 Oct 2008)
New Revision: 4631

Modified:
   trunk/data/qcsrc/client/View.qc
Log:
let HUD draw over other stuff


Modified: trunk/data/qcsrc/client/View.qc
===================================================================
--- trunk/data/qcsrc/client/View.qc	2008-10-04 20:45:13 UTC (rev 4630)
+++ trunk/data/qcsrc/client/View.qc	2008-10-04 21:04:07 UTC (rev 4631)
@@ -314,12 +314,6 @@
 	{
 		ctf_view();
 	} else */
-	if(!draw_enginesbar)
-	{
-		if(cvar("r_letterbox") == 0)
-		if(cvar("viewsize") < 120)
-			CSQC_common_hud();
-	}
 
 	e = self;
 	for(self = world; (self = nextent(self)); )
@@ -347,6 +341,13 @@
 			if(!scoreboard_active)
 				teamradar_view();
 	}
+
+	if(!draw_enginesbar)
+	{
+		if(cvar("r_letterbox") == 0)
+		if(cvar("viewsize") < 120)
+			CSQC_common_hud();
+	}
 }
 
 void Sbar_Draw();




More information about the nexuiz-commits mailing list