- fixed typo in MorphMonster definition.

This commit is contained in:
Christoph Oelckers 2017-01-20 17:20:50 +01:00
parent 6168d3ee7c
commit 302cb41403
1 changed files with 1 additions and 1 deletions

View File

@ -443,7 +443,7 @@ bool P_MorphMonster (AActor *actor, PClassActor *spawntype, int duration, int st
DEFINE_ACTION_FUNCTION(AActor, MorphMonster)
{
PARAM_SELF_PROLOGUE(AActor);
PARAM_CLASS(spawntype, APlayerPawn);
PARAM_CLASS(spawntype, AActor);
PARAM_INT(duration);
PARAM_INT(style);
PARAM_CLASS_DEF(enter_flash, AActor);