- added error message highlighting for one overlooked DECORATE error.

This commit is contained in:
Christoph Oelckers 2016-08-16 08:58:29 +02:00
parent df0f06a5ce
commit c02960e2cf

View file

@ -343,7 +343,7 @@ static void FinishThingdef()
if (!def)
{
Printf("No ActorInfo defined for class '%s'\n", ti->TypeName.GetChars());
Printf(TEXTCOLOR_RED "No ActorInfo defined for class '%s'\n", ti->TypeName.GetChars());
errorcount++;
continue;
}