r3878 - trunk/data/qcsrc/client

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Mon Jul 21 14:16:59 EDT 2008


Author: blub0
Date: 2008-07-21 14:16:59 -0400 (Mon, 21 Jul 2008)
New Revision: 3878

Modified:
   trunk/data/qcsrc/client/Main.qc
Log:
removed debug code which prevents - from being used for binds :(

Modified: trunk/data/qcsrc/client/Main.qc
===================================================================
--- trunk/data/qcsrc/client/Main.qc	2008-07-21 17:55:16 UTC (rev 3877)
+++ trunk/data/qcsrc/client/Main.qc	2008-07-21 18:16:59 UTC (rev 3878)
@@ -173,12 +173,7 @@
 {
 	local float bSkipKey;
 	bSkipKey = false;
-
-	if(chr2str(nSecondary) == "-") {
-		print(strcat("inputtype: ", ftos(bInputType), "\n"));
-		return true;
-	}
-
+	
 	if(menu_visible)
 		if(menu_action(bInputType, nPrimary, nSecondary))
 			return TRUE;




More information about the nexuiz-commits mailing list