- 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:
Randy Heit 2008-03-12 02:56:11 +00:00
commit f2660dc336
88 changed files with 2541 additions and 1523 deletions

View file

@ -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;
}
}