SVN r49 (trunk)
This commit is contained in:
parent
3165756b02
commit
da51ac7446
37 changed files with 212 additions and 94 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue