This commit is contained in:
Rachael Alexanderson 2016-11-23 11:09:46 -05:00
commit 2e7c512891
5 changed files with 24 additions and 9 deletions

View file

@ -1336,6 +1336,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
{