Screwed up here, this is supposed to be code for two cases. Thanks qqshka.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2842 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Molgrum 2008-01-05 12:29:23 +00:00
parent 7178261e39
commit 8e31e97f60
1 changed files with 0 additions and 12 deletions

View File

@ -990,10 +990,6 @@ void SV_SpawnServer (char *server, char *startspot, qboolean noents, qboolean us
case GT_MAX:
break;
case GT_Q1QVM:
#ifdef VM_Q1
// FIXME: missing code here?
#endif
break;
case GT_PROGS:
ent = EDICT_NUM(svprogfuncs, 0);
ent->isfree = false;
@ -1208,10 +1204,6 @@ void SV_SpawnServer (char *server, char *startspot, qboolean noents, qboolean us
case GT_MAX:
break;
case GT_Q1QVM:
#ifdef VM_Q1
// FIXME: missing code here?
#endif
break;
case GT_PROGS:
pr_edict_size = PR_LoadEnts(svprogfuncs, file, spawnflagmask);
break;
@ -1233,10 +1225,6 @@ void SV_SpawnServer (char *server, char *startspot, qboolean noents, qboolean us
case GT_MAX:
break;
case GT_Q1QVM:
#ifdef VM_Q1
// FIXME: missing code here?
#endif
break;
case GT_PROGS:
pr_edict_size = PR_LoadEnts(svprogfuncs, sv.worldmodel->entities, spawnflagmask);
break;