Move visplane_t to its own file
This commit is contained in:
parent
775deeb151
commit
80e369541a
6 changed files with 178 additions and 197 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue