just remove the if0'ed part..

git-svn-id: svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@1320 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
Ozkan Sezer 2016-06-25 05:24:11 +00:00
parent 9c7eb2c6ff
commit 2cdb92e63b
1 changed files with 0 additions and 4 deletions

View File

@ -1226,10 +1226,6 @@ void Host_Loadgame_f (void)
else
{ // parse an edict
ent = EDICT_NUM(entnum);
#if 0 /* EDICT_NUM() checks this already */
if (entnum >= sv.max_edicts)
Host_Error ("Loadgame: no free edicts (max_edicts is %i)", sv.max_edicts);
#endif
if (entnum < sv.num_edicts) {
ent->free = false;
memset (&ent->v, 0, progs->entityfields * 4);