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:
Spoike 2005-11-03 23:49:49 +00:00
parent f0e4a06704
commit c47a3ae99a
3 changed files with 32 additions and 30 deletions

View File

@ -3011,7 +3011,9 @@ void Host_Init (quakeparms_t *parms)
Plug_Init();
#endif
#ifdef CL_MASTER
Master_SetupSockets();
#endif
// Con_Printf ("Exe: "__TIME__" "__DATE__"\n");
Con_TPrintf (TL_HEAPSIZE, parms->memsize/ (1024*1024.0));

View File

@ -1,5 +1,5 @@
#include "quakedef.h"
#ifndef MINIMAL
#ifdef WEBCLIENT
#define ROOTDOWNLOADABLESSOURCE "http://fteqw.sourceforge.net/downloadables.txt"
#define INSTALLEDFILES "installed.lst" //the file that resides in the quakedir (saying what's installed).

View File

@ -852,7 +852,7 @@ void M_Init_Internal (void)
Cmd_AddRemCommand ("menu_particles", M_Menu_Particles_f);
Cmd_AddRemCommand ("menu_particlesets", M_Menu_ParticleSets_f);
#ifndef MINIMAL
#ifdef WEBCLIENT
Cmd_AddRemCommand ("menu_download", Menu_DownloadStuff_f);
#endif
}