This commit is contained in:
Rachael Alexanderson 2016-12-02 16:39:50 -05:00
commit c95372052c
9 changed files with 2 additions and 36 deletions

View file

@ -211,6 +211,7 @@ FPNGTexture::FPNGTexture (FileReader &lump, int lumpnum, const FString &filename
int i;
if (lumpnum == -1) fr = &lump;
else fr = nullptr;
UseType = TEX_MiscPatch;
LeftOffset = 0;