[nexuiz-commits] r8216 - trunk/data/qcsrc/server/vehicles

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Thu Nov 5 19:58:48 EST 2009


Author: tzork
Date: 2009-11-05 19:58:47 -0500 (Thu, 05 Nov 2009)
New Revision: 8216

Modified:
   trunk/data/qcsrc/server/vehicles/vehicles.qh
Log:
VEHICLES_ENABLED not supposed to be #defined by default (yet).

Modified: trunk/data/qcsrc/server/vehicles/vehicles.qh
===================================================================
--- trunk/data/qcsrc/server/vehicles/vehicles.qh	2009-11-05 20:31:36 UTC (rev 8215)
+++ trunk/data/qcsrc/server/vehicles/vehicles.qh	2009-11-06 00:58:47 UTC (rev 8216)
@@ -1,4 +1,4 @@
-#define VEHICLES_ENABLED
+//#define VEHICLES_ENABLED
 #ifdef VEHICLES_ENABLED
 
 #message "with tZork vehicles (experimental)"



More information about the nexuiz-commits mailing list