- Added a PainThreshold actor property.
SVN r1900 (trunk)
This commit is contained in:
parent
3900381565
commit
0c2288a010
5 changed files with 54 additions and 32 deletions
|
|
@ -301,6 +301,11 @@ void AActor::Serialize (FArchive &arc)
|
|||
<< Score
|
||||
<< Tag;
|
||||
|
||||
if (SaveVersion >= 1900)
|
||||
{
|
||||
arc << PainThreshold;
|
||||
}
|
||||
|
||||
for(int i=0; i<10; i++) arc << uservar[i];
|
||||
|
||||
if (arc.IsStoring ())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue