- Added Gez's thing activation submission.

SVN r1904 (trunk)
This commit is contained in:
Christoph Oelckers 2009-10-09 20:35:07 +00:00
commit 819158a8fe
9 changed files with 131 additions and 55 deletions

View file

@ -1072,7 +1072,7 @@ DEFINE_PROPERTY(projectile, 0, Actor)
//==========================================================================
DEFINE_PROPERTY(activation, N, Actor)
{
// How the thing behaves when activated with MF5_USESPECIAL or MF6_BUMPSPECIAL
// How the thing behaves when activated by death, USESPECIAL or BUMPSPECIAL
PROP_INT_PARM(val, 0);
defaults->activationtype = val;
}