- Fix brokenness of preceding commit.

SVN r3179 (trunk)
This commit is contained in:
Randy Heit 2011-04-14 04:24:07 +00:00
commit 6ce9228150
2 changed files with 2 additions and 0 deletions

View file

@ -1455,6 +1455,7 @@ void R_Subsector (subsector_t *sub)
void R_RenderBSPNode (void *node)
{
if (numnodes == 0)
{
R_Subsector (subsectors);
return;
}