Cleaned up some precompiler conditions.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1558 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
f0e4a06704
commit
c47a3ae99a
3 changed files with 32 additions and 30 deletions
|
@ -3011,7 +3011,9 @@ void Host_Init (quakeparms_t *parms)
|
||||||
Plug_Init();
|
Plug_Init();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef CL_MASTER
|
||||||
Master_SetupSockets();
|
Master_SetupSockets();
|
||||||
|
#endif
|
||||||
|
|
||||||
// Con_Printf ("Exe: "__TIME__" "__DATE__"\n");
|
// Con_Printf ("Exe: "__TIME__" "__DATE__"\n");
|
||||||
Con_TPrintf (TL_HEAPSIZE, parms->memsize/ (1024*1024.0));
|
Con_TPrintf (TL_HEAPSIZE, parms->memsize/ (1024*1024.0));
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#include "quakedef.h"
|
#include "quakedef.h"
|
||||||
#ifndef MINIMAL
|
#ifdef WEBCLIENT
|
||||||
|
|
||||||
#define ROOTDOWNLOADABLESSOURCE "http://fteqw.sourceforge.net/downloadables.txt"
|
#define ROOTDOWNLOADABLESSOURCE "http://fteqw.sourceforge.net/downloadables.txt"
|
||||||
#define INSTALLEDFILES "installed.lst" //the file that resides in the quakedir (saying what's installed).
|
#define INSTALLEDFILES "installed.lst" //the file that resides in the quakedir (saying what's installed).
|
||||||
|
|
|
@ -852,7 +852,7 @@ void M_Init_Internal (void)
|
||||||
Cmd_AddRemCommand ("menu_particles", M_Menu_Particles_f);
|
Cmd_AddRemCommand ("menu_particles", M_Menu_Particles_f);
|
||||||
Cmd_AddRemCommand ("menu_particlesets", M_Menu_ParticleSets_f);
|
Cmd_AddRemCommand ("menu_particlesets", M_Menu_ParticleSets_f);
|
||||||
|
|
||||||
#ifndef MINIMAL
|
#ifdef WEBCLIENT
|
||||||
Cmd_AddRemCommand ("menu_download", Menu_DownloadStuff_f);
|
Cmd_AddRemCommand ("menu_download", Menu_DownloadStuff_f);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue