- scripted color picker fully working.

This commit is contained in:
Christoph Oelckers 2017-02-12 20:20:47 +01:00
commit f0e925c5a7
9 changed files with 186 additions and 189 deletions

View file

@ -589,6 +589,7 @@ void ZCCCompiler::CreateClassTypes()
{
Error(c->cls, "Class name %s already exists", c->NodeName().GetChars());
}
else DPrintf(DMSG_SPAMMY, "Created class %s with parent %s\n", c->Type()->TypeName.GetChars(), c->Type()->ParentClass->TypeName.GetChars());
}
catch (CRecoverableError &err)
{