- Added Martin Howe's fixes for morphing and DECORATE function prototypes.

- Minor fixes in texture code.


SVN r922 (trunk)
This commit is contained in:
Christoph Oelckers 2008-04-17 20:34:58 +00:00
commit 5d0dc65044
7 changed files with 19 additions and 7 deletions

View file

@ -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;