From cb4c62edf0edd59de1e98755557c46a61ecb6224 Mon Sep 17 00:00:00 2001 From: tma Date: Sat, 29 Oct 2005 00:23:10 +0000 Subject: * Deleted code/unix/vm_x86.c - wtf was that about anyway? * Removed HAVE_VM_NATIVE * Removed DLL_ONLY * Replace HAVE_VM_COMPILED with NO_VM_COMPILED -- this means the JIT compiler should be enabled on the OS X and VC builds now * Remove the remainder of the freetype building stuff git-svn-id: svn://svn.icculus.org/quake3/trunk@194 edf5b092-35ff-0310-97b2-ce42778d08ea --- code/server/sv_init.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'code/server') diff --git a/code/server/sv_init.c b/code/server/sv_init.c index d6fd13b..ec2d9cc 100644 --- a/code/server/sv_init.c +++ b/code/server/sv_init.c @@ -590,11 +590,7 @@ void SV_Init (void) { // systeminfo Cvar_Get ("sv_cheats", "1", CVAR_SYSTEMINFO | CVAR_ROM ); sv_serverid = Cvar_Get ("sv_serverid", "0", CVAR_SYSTEMINFO | CVAR_ROM ); -#ifndef DLL_ONLY // bk010216 - for DLL-only servers sv_pure = Cvar_Get ("sv_pure", "1", CVAR_SYSTEMINFO ); -#else - sv_pure = Cvar_Get ("sv_pure", "0", CVAR_SYSTEMINFO | CVAR_INIT | CVAR_ROM ); -#endif Cvar_Get ("sv_paks", "", CVAR_SYSTEMINFO | CVAR_ROM ); Cvar_Get ("sv_pakNames", "", CVAR_SYSTEMINFO | CVAR_ROM ); Cvar_Get ("sv_referencedPaks", "", CVAR_SYSTEMINFO | CVAR_ROM ); -- cgit v1.2.3