- made the glow getter functions members of sector_t.
This commit is contained in:
parent
d01bc452ba
commit
52c5328412
15 changed files with 119 additions and 183 deletions
|
|
@ -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++)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue