mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-11 07:11:54 +00:00
- removed incorrect _DEF.
This commit is contained in:
parent
af3bda3f2a
commit
063e94971d
1 changed files with 1 additions and 1 deletions
|
@ -6909,7 +6909,7 @@ IMPLEMENT_CLASS(DActorIterator, false, false, false, false);
|
||||||
DEFINE_ACTION_FUNCTION(DActorIterator, Create)
|
DEFINE_ACTION_FUNCTION(DActorIterator, Create)
|
||||||
{
|
{
|
||||||
PARAM_PROLOGUE;
|
PARAM_PROLOGUE;
|
||||||
PARAM_INT_DEF(tid);
|
PARAM_INT(tid);
|
||||||
PARAM_CLASS_DEF(type, AActor);
|
PARAM_CLASS_DEF(type, AActor);
|
||||||
ACTION_RETURN_OBJECT(new DActorIterator(type, tid));
|
ACTION_RETURN_OBJECT(new DActorIterator(type, tid));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue