- Added Species property for actors and separated Hexen's Demon1 and Demon2
into different species. SVN r1573 (trunk)
This commit is contained in:
parent
41a416f068
commit
1c61ef89eb
6 changed files with 40 additions and 8 deletions
|
|
@ -950,6 +950,15 @@ DEFINE_PROPERTY(gravity, F, Actor)
|
|||
if (i == 0) defaults->flags |= MF_NOGRAVITY;
|
||||
}
|
||||
|
||||
//==========================================================================
|
||||
//
|
||||
//==========================================================================
|
||||
DEFINE_PROPERTY(species, S, Actor)
|
||||
{
|
||||
PROP_STRING_PARM(n, 0);
|
||||
defaults->Species = n;
|
||||
}
|
||||
|
||||
//==========================================================================
|
||||
//
|
||||
//==========================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue