This commit is contained in:
Rachael Alexanderson 2017-01-06 22:06:25 -05:00
commit de5f5a1221
30 changed files with 628 additions and 554 deletions

View file

@ -43,7 +43,7 @@
FWarpTexture::FWarpTexture (FTexture *source, int warptype)
: GenTime (0), SourcePic (source), Pixels (0), Spans (0), Speed (1.f)
: GenTime (0), Speed (1.f), SourcePic (source), Pixels (0), Spans (0)
{
CopyInfo(source);
if (warptype == 2) SetupMultipliers(256, 128);