mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-24 13:11:33 +00:00
- added error message highlighting for one overlooked DECORATE error.
This commit is contained in:
parent
df0f06a5ce
commit
c02960e2cf
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue