- cleanup
This commit is contained in:
parent
a5628518c1
commit
718614a820
9 changed files with 1490 additions and 1245 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue