Move visplane_t to its own file

This commit is contained in:
Magnus Norddahl 2016-12-30 06:42:20 +01:00
commit 80e369541a
6 changed files with 178 additions and 197 deletions

View file

@ -377,7 +377,6 @@ void R_InitRenderer()
// viewwidth / viewheight are set by the defaults
fillshort (zeroarray, MAXWIDTH, 0);
R_InitPlanes ();
R_InitShadeMaps();
R_InitColumnDrawers ();
}
@ -392,6 +391,7 @@ static void R_ShutdownRenderer()
{
R_DeinitSprites();
R_DeinitPlanes();
fakeActive = 0;
// Free openings
if (openings != NULL)
{