- removed all RTTI from the type table.
Using names is just as good as using types so now this is what's done.
This commit is contained in:
parent
aeb455d705
commit
988fe8d735
4 changed files with 72 additions and 73 deletions
|
|
@ -118,7 +118,7 @@ IMPLEMENT_CLASS(PActorInfo, false, false)
|
|||
void AddActorInfo(PClass *cls)
|
||||
{
|
||||
auto type = new PActorInfo;
|
||||
TypeTable.AddType(type);
|
||||
TypeTable.AddType(type, NAME_Actor);
|
||||
cls->AddField("*", type, VARF_Meta);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue