[quake3-commits] r2202 - trunk/code/game

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Mon Nov 28 12:36:58 EST 2011


Author: ztm
Date: 2011-11-28 12:36:58 -0500 (Mon, 28 Nov 2011)
New Revision: 2202

Modified:
   trunk/code/game/g_trigger.c
Log:
Removed duplicate setting of contents for trigger_hurt.

Modified: trunk/code/game/g_trigger.c
===================================================================
--- trunk/code/game/g_trigger.c	2011-11-24 23:19:04 UTC (rev 2201)
+++ trunk/code/game/g_trigger.c	2011-11-28 17:36:58 UTC (rev 2202)
@@ -390,8 +390,6 @@
 		self->damage = 5;
 	}
 
-	self->r.contents = CONTENTS_TRIGGER;
-
 	self->use = hurt_use;
 
 	// link in to the world if starting active



More information about the quake3-commits mailing list