mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2024-11-10 07:21:58 +00:00
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:
parent
9c7eb2c6ff
commit
2cdb92e63b
1 changed files with 0 additions and 4 deletions
|
@ -1226,10 +1226,6 @@ void Host_Loadgame_f (void)
|
||||||
else
|
else
|
||||||
{ // parse an edict
|
{ // parse an edict
|
||||||
ent = EDICT_NUM(entnum);
|
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) {
|
if (entnum < sv.num_edicts) {
|
||||||
ent->free = false;
|
ent->free = false;
|
||||||
memset (&ent->v, 0, progs->entityfields * 4);
|
memset (&ent->v, 0, progs->entityfields * 4);
|
||||||
|
|
Loading…
Reference in a new issue