[nexuiz-commits] r7997 - trunk/data/qcsrc/client

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Wed Sep 30 09:36:13 EDT 2009


Author: div0
Date: 2009-09-30 09:36:13 -0400 (Wed, 30 Sep 2009)
New Revision: 7997

Modified:
   trunk/data/qcsrc/client/sbar.qc
Log:
add a funny comment


Modified: trunk/data/qcsrc/client/sbar.qc
===================================================================
--- trunk/data/qcsrc/client/sbar.qc	2009-09-30 13:29:31 UTC (rev 7996)
+++ trunk/data/qcsrc/client/sbar.qc	2009-09-30 13:36:13 UTC (rev 7997)
@@ -2873,7 +2873,7 @@
 				default:
 					break;
 			}
-			switch(i)
+			switch(i) // YAY! switch(i) inside a for loop for i. DailyWTF, here we come!
 			{
 				case 0:
 					drawpic (p, "gfx/hud/sb_kh_red", kh_size, '1 1 1', a, DRAWFLAG_NORMAL);  // show 30% alpha key



More information about the nexuiz-commits mailing list