r4246 - in trunk/data/qcsrc: menu server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Fri Aug 29 14:20:06 EDT 2008


Author: div0
Date: 2008-08-29 14:20:05 -0400 (Fri, 29 Aug 2008)
New Revision: 4246

Modified:
   trunk/data/qcsrc/menu/config.qh
   trunk/data/qcsrc/menu/menu.qh
   trunk/data/qcsrc/server/defs.qh
Log:
more remains


Modified: trunk/data/qcsrc/menu/config.qh
===================================================================
--- trunk/data/qcsrc/menu/config.qh	2008-08-29 18:19:01 UTC (rev 4245)
+++ trunk/data/qcsrc/menu/config.qh	2008-08-29 18:20:05 UTC (rev 4246)
@@ -1,4 +1,3 @@
 // build config file
 #define MENUQC // so common/*.qc can check for menu QC or game QC
-// #define MAPINFO // maybe later, when it is the default in server QC
 

Modified: trunk/data/qcsrc/menu/menu.qh
===================================================================
--- trunk/data/qcsrc/menu/menu.qh	2008-08-29 18:19:01 UTC (rev 4245)
+++ trunk/data/qcsrc/menu/menu.qh	2008-08-29 18:20:05 UTC (rev 4246)
@@ -2,8 +2,6 @@
 
 #define NULL (null_entity)
 
-#define MAPINFO
-
 // constants
 
 const string string_null;

Modified: trunk/data/qcsrc/server/defs.qh
===================================================================
--- trunk/data/qcsrc/server/defs.qh	2008-08-29 18:19:01 UTC (rev 4245)
+++ trunk/data/qcsrc/server/defs.qh	2008-08-29 18:20:05 UTC (rev 4246)
@@ -1,4 +1,3 @@
-#define MAPINFO
 float require_spawnfunc_prefix; // if this float exists, only functions with spawnfunc_ name prefix qualify as spawn functions
 
 #define BUTTON_ATCK   button0




More information about the nexuiz-commits mailing list