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));