- fixed compile bugs

This commit is contained in:
Christoph Oelckers 2018-12-12 01:27:04 +01:00
commit 2cf6d213e2
5 changed files with 5 additions and 19 deletions

View file

@ -673,7 +673,7 @@ FTextureBuffer FTexture::CreateTexBuffer(int translation, int flags)
if (flags & CTF_CheckHires)
{
// No image means that this cannot be checked,
if (GetImage() && LoadHiresTexture(result)) return result;
if (GetImage() && LoadHiresTexture(result, checkonly)) return result;
}
int exx = !!(flags & CTF_Expand);