SVN r49 (trunk)

This commit is contained in:
Christoph Oelckers 2006-04-16 13:29:50 +00:00
commit da51ac7446
37 changed files with 212 additions and 94 deletions

View file

@ -553,6 +553,7 @@ void P_LoadSegs (int lump)
Printf ("This map has no segs.\n");
delete[] subsectors;
delete[] nodes;
delete[] vertchanged;
ForceNodeBuild = true;
return;
}
@ -700,7 +701,6 @@ void P_LoadSegs (int lump)
delete[] subsectors;
delete[] nodes;
ForceNodeBuild = true;
return;
}
delete[] vertchanged; // phares 10/4/98