r981 - trunk/code/cgame

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sat Nov 25 06:03:33 EST 2006


Author: thilo
Date: 2006-11-25 06:03:30 -0500 (Sat, 25 Nov 2006)
New Revision: 981

Modified:
   trunk/code/cgame/cg_main.c
Log:
Remove unnecessary hack. Thanks to ensiform.


Modified: trunk/code/cgame/cg_main.c
===================================================================
--- trunk/code/cgame/cg_main.c	2006-11-25 10:54:41 UTC (rev 980)
+++ trunk/code/cgame/cg_main.c	2006-11-25 11:03:30 UTC (rev 981)
@@ -391,8 +391,6 @@
 		} else {
 			trap_Cvar_Set( "teamoverlay", "0" );
 		}
-		// FIXME E3 HACK
-		trap_Cvar_Set( "teamoverlay", "1" );
 	}
 
 	// if force model changed




More information about the quake3-commits mailing list