- Merged the GC branch back into the trunk, so now it can receive more
testing from the people who download SVN trunk builds. SVN r795 (trunk)
This commit is contained in:
parent
3bfcc5c09c
commit
f2660dc336
88 changed files with 2541 additions and 1523 deletions
|
|
@ -2689,7 +2689,7 @@ void P_LoadBlockMap (MapData * map)
|
|||
|
||||
if (ForceNodeBuild || genblockmap ||
|
||||
count/2 >= 0x10000 || count == 0 ||
|
||||
Args.CheckParm("-blockmap")
|
||||
Args->CheckParm("-blockmap")
|
||||
)
|
||||
{
|
||||
DPrintf ("Generating BLOCKMAP\n");
|
||||
|
|
@ -2757,7 +2757,7 @@ static void P_GroupLines (bool buildmap)
|
|||
int totallights;
|
||||
line_t* li;
|
||||
sector_t* sector;
|
||||
DBoundingBox bbox;
|
||||
FBoundingBox bbox;
|
||||
bool flaggedNoFronts = false;
|
||||
unsigned int ii, jj;
|
||||
|
||||
|
|
@ -3765,7 +3765,7 @@ static void P_Shutdown ()
|
|||
P_FreeExtraLevelData ();
|
||||
if (StatusBar != NULL)
|
||||
{
|
||||
delete StatusBar;
|
||||
StatusBar->Destroy();
|
||||
StatusBar = NULL;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue