- 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

@ -40,15 +40,13 @@
class ASpark : public AActor
{
DECLARE_STATELESS_ACTOR (ASpark, AActor)
DECLARE_CLASS (ASpark, AActor)
public:
angle_t AngleIncrements ();
void Activate (AActor *activator);
};
IMPLEMENT_STATELESS_ACTOR (ASpark, Any, 9026, 0)
PROP_Flags (MF_NOSECTOR|MF_NOBLOCKMAP|MF_NOGRAVITY)
END_DEFAULTS
IMPLEMENT_CLASS (ASpark)
angle_t ASpark::AngleIncrements ()
{