- 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

@ -708,13 +708,12 @@ CCMD (spray)
class ADecal : public AActor
{
DECLARE_STATELESS_ACTOR (ADecal, AActor);
DECLARE_CLASS (ADecal, AActor);
public:
void BeginPlay ();
};
IMPLEMENT_STATELESS_ACTOR (ADecal, Any, 9200, 0)
END_DEFAULTS
IMPLEMENT_CLASS (ADecal)
void ADecal::BeginPlay ()
{