mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-27 22:42:57 +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)
|
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++;
|
errorcount++;
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue