r2839 - trunk/data

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sun Oct 21 08:19:36 EDT 2007


Author: esteel
Date: 2007-10-21 08:19:36 -0400 (Sun, 21 Oct 2007)
New Revision: 2839

Modified:
   trunk/data/entities.def
Log:
fixed line endings to be consistent


Modified: trunk/data/entities.def
===================================================================
--- trunk/data/entities.def	2007-10-19 15:57:23 UTC (rev 2838)
+++ trunk/data/entities.def	2007-10-21 12:19:36 UTC (rev 2839)
@@ -702,13 +702,12 @@
 notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode).
 -------- NOTES --------
 When the random key is set, its value is used to calculate a minimum and a maximum delay. The final time delay will be a random value anywhere between the minimum and maximum values: (min delay = wait - random) (max delay = wait + random).*/
-
-//=============================================================================
-
-/*QUAKED trigger_relay (.5 .5 .5) (-8 -8 -8) (8 8 8)
-This fixed size trigger cannot be touched, it can only be fired by other events.  It can contain killtargets, targets, delays, and messages.
-*/
+//=============================================================================
 
+/*QUAKED trigger_relay (.5 .5 .5) (-8 -8 -8) (8 8 8)
+This fixed size trigger cannot be touched, it can only be fired by other events.  It can contain killtargets, targets, delays, and messages.
+*/
+
 //=============================================================================
 
 /*QUAKED trigger_push (.5 .5 .5) ?




More information about the nexuiz-commits mailing list