r3492 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sun Mar 9 12:44:46 EDT 2008


Author: div0
Date: 2008-03-09 12:44:41 -0400 (Sun, 09 Mar 2008)
New Revision: 3492

Modified:
   trunk/data/qcsrc/server/t_quake3.qc
Log:
comment out spawnfunc_item_health()       /* handled in t_quake.qc */


Modified: trunk/data/qcsrc/server/t_quake3.qc
===================================================================
--- trunk/data/qcsrc/server/t_quake3.qc	2008-03-09 16:00:03 UTC (rev 3491)
+++ trunk/data/qcsrc/server/t_quake3.qc	2008-03-09 16:44:41 UTC (rev 3492)
@@ -40,7 +40,7 @@
 void spawnfunc_item_enviro()         { item_armor_medium();  }
 //void spawnfunc_item_flight()       /* not supported */
 //void spawnfunc_item_haste()        /* not supported */
-void spawnfunc_item_health()         { item_health_medium(); }
+//void spawnfunc_item_health()       /* handled in t_quake.qc */
 void spawnfunc_item_health_large()   { item_health_large();  }
 void spawnfunc_item_health_small()   { item_health_small();  }
 void spawnfunc_item_health_mega()    { item_health_mega();   }




More information about the nexuiz-commits mailing list