- Added Martin Howe's fixes for morphing and DECORATE function prototypes.
- Minor fixes in texture code. SVN r922 (trunk)
This commit is contained in:
parent
87a480041c
commit
5d0dc65044
7 changed files with 19 additions and 7 deletions
|
|
@ -121,7 +121,7 @@ FTexture::FTexture ()
|
|||
: LeftOffset(0), TopOffset(0),
|
||||
WidthBits(0), HeightBits(0), xScale(FRACUNIT), yScale(FRACUNIT),
|
||||
UseType(TEX_Any), bNoDecals(false), bNoRemap0(false), bWorldPanning(false),
|
||||
bMasked(true), bAlphaTexture(false), bHasCanvas(false), bWarped(0), bIsPatch(false),
|
||||
bMasked(true), bAlphaTexture(false), bHasCanvas(false), bWarped(0), bIsPatch(false), bComplex(false),
|
||||
Rotations(0xFFFF), Width(0), Height(0), WidthMask(0), Native(NULL)
|
||||
{
|
||||
*Name = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue