- Finished the framework for specifying all action functions externally,

including restricting them to particular classes.

SVN r403 (trunk)
This commit is contained in:
Randy Heit 2006-12-04 23:25:59 +00:00
commit 24b5a0b110
14 changed files with 3410 additions and 3297 deletions

View file

@ -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)