- Replaced the ActorInfo definitions of several internal classes with DECORATE definitions
SVN r1133 (trunk)
This commit is contained in:
parent
ef2c9243c5
commit
14e94b86e2
38 changed files with 456 additions and 336 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue