- removed incorrect _DEF.

This commit is contained in:
Christoph Oelckers 2016-11-16 19:46:36 +01:00
parent af3bda3f2a
commit 063e94971d
1 changed files with 1 additions and 1 deletions

View File

@ -6909,7 +6909,7 @@ IMPLEMENT_CLASS(DActorIterator, false, false, false, false);
DEFINE_ACTION_FUNCTION(DActorIterator, Create)
{
PARAM_PROLOGUE;
PARAM_INT_DEF(tid);
PARAM_INT(tid);
PARAM_CLASS_DEF(type, AActor);
ACTION_RETURN_OBJECT(new DActorIterator(type, tid));
}