- made the glow getter functions members of sector_t.

This commit is contained in:
Christoph Oelckers 2018-04-02 13:36:28 +02:00
commit 52c5328412
15 changed files with 119 additions and 183 deletions

View file

@ -115,21 +115,7 @@ int TexFormat[]={
//==========================================================================
//
// GL status data for a texture
//
//==========================================================================
FTexture::MiscGLInfo::MiscGLInfo() throw()
{
bNoExpand = false;
Material[1] = Material[0] = NULL;
SystemTexture[1] = SystemTexture[0] = NULL;
}
FTexture::MiscGLInfo::~MiscGLInfo()
FTexture::GLTexInfo::~GLTexInfo()
{
for (int i = 0; i < 2; i++)
{