- cleanup

This commit is contained in:
Christoph Oelckers 2016-09-19 01:07:51 +02:00
commit 718614a820
9 changed files with 1490 additions and 1245 deletions

View file

@ -375,6 +375,9 @@ void PClassActor::InitializeNativeDefaults()
else
{
memset (Defaults, 0, Size);
// Non-DECORATE properties that must be set.
((AActor*)Defaults)->DamageMultiply = 1.; // fixme: Make this a DECORATE property.
((AActor*)Defaults)->ConversationRoot = -1;
}
}