- moved hw_cvars to 'common'.
This commit is contained in:
parent
61c94c25ed
commit
cf41a0b1fb
34 changed files with 37 additions and 36 deletions
|
|
@ -1541,3 +1541,9 @@ FTextureID FTextureID::operator +(int offset) throw()
|
|||
if (texnum + offset >= TexMan.NumTextures()) return FTextureID(-1);
|
||||
return FTextureID(texnum + offset);
|
||||
}
|
||||
|
||||
CCMD(flushtextures)
|
||||
{
|
||||
TexMan.FlushAll();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue