This commit is contained in:
Christoph Oelckers 2016-11-24 09:58:29 +01:00
commit aa4b3bb230
22 changed files with 82 additions and 100 deletions

View file

@ -1335,6 +1335,7 @@ void FMultiPatchTexture::ResolvePatches()
{
if (Inits[i].HasLine) Inits[i].sc.Message(MSG_WARNING, "Texture '%s' references itself as patch\n", Inits[i].TexName.GetChars());
else Printf(TEXTCOLOR_YELLOW "Texture '%s' references itself as patch\n", Inits[i].TexName.GetChars());
continue;
}
else
{