Home
last modified time | relevance | path

Searched refs:BestSky (Results 1 – 1 of 1) sorted by relevance

/dports/games/vavoom/vavoom-1.33/source/
H A Dr_bsp.cpp956 VPortal* BestSky = NULL; in RenderBspWorld() local
961 (!BestSky || BestSky->Surfs.Num() < Portals[i]->Surfs.Num())) in RenderBspWorld()
963 BestSky = Portals[i]; in RenderBspWorld()
967 if (BestSky) in RenderBspWorld()
970 BestSky->Draw(false); in RenderBspWorld()
971 delete BestSky; in RenderBspWorld()
972 BestSky = NULL; in RenderBspWorld()