- 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

@ -8,7 +8,7 @@ static FRandom pr_dirt ("SpawnDirt");
class AGlassShard : public AActor
{
DECLARE_STATELESS_ACTOR (AGlassShard, AActor)
DECLARE_CLASS (AGlassShard, AActor)
public:
bool FloorBounceMissile (secplane_t &plane)
{
@ -24,7 +24,7 @@ public:
}
};
IMPLEMENT_ABSTRACT_ACTOR(AGlassShard)
IMPLEMENT_CLASS(AGlassShard)
// Dirt stuff