- Replaced the ActorInfo definitions of several internal classes with DECORATE definitions

SVN r1133 (trunk)
This commit is contained in:
Christoph Oelckers 2008-08-08 22:52:04 +00:00
commit 14e94b86e2
38 changed files with 456 additions and 336 deletions

View file

@ -43,16 +43,13 @@ EXTERN_CVAR(String, secretmessage)
class ASecretTrigger : public AActor
{
DECLARE_STATELESS_ACTOR (ASecretTrigger, AActor)
DECLARE_CLASS (ASecretTrigger, AActor)
public:
void PostBeginPlay ();
void Activate (AActor *activator);
};
IMPLEMENT_STATELESS_ACTOR (ASecretTrigger, Any, 9046, 0)
PROP_Flags (MF_NOBLOCKMAP|MF_NOSECTOR|MF_NOGRAVITY)
PROP_Flags3 (MF3_DONTSPLASH)
END_DEFAULTS
IMPLEMENT_CLASS (ASecretTrigger)
void ASecretTrigger::PostBeginPlay ()
{