- Converted all action functions be directly callable by the VM (though they are not yet
usable). SVN r2154 (scripting)
This commit is contained in:
parent
7ea11cd169
commit
739e684549
108 changed files with 2827 additions and 1295 deletions
|
|
@ -164,7 +164,7 @@ class ARandomSpawner : public AActor
|
|||
Super::Tick();
|
||||
if (tracer == NULL || tracer->health <= 0)
|
||||
{
|
||||
CALL_ACTION(A_BossDeath, this);
|
||||
A_BossDeath(this);
|
||||
Destroy();
|
||||
}
|
||||
}
|
||||
|
|
@ -172,4 +172,3 @@ class ARandomSpawner : public AActor
|
|||
};
|
||||
|
||||
IMPLEMENT_CLASS (ARandomSpawner)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue