- Finished the framework for specifying all action functions externally,
including restricting them to particular classes. SVN r403 (trunk)
This commit is contained in:
parent
511e11e8b4
commit
24b5a0b110
14 changed files with 3410 additions and 3297 deletions
|
|
@ -64,7 +64,6 @@ void FActorInfo::BuildDefaults ()
|
|||
parent->ActorInfo->BuildDefaults ();
|
||||
Class->Meta = parent->Meta;
|
||||
Class->Symbols.SetParentTable (&parent->Symbols);
|
||||
|
||||
assert (Class->Size >= parent->Size);
|
||||
memcpy (Class->Defaults, parent->Defaults, parent->Size);
|
||||
if (Class->Size > parent->Size)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue