- fixed parameter mixup with P_CanResurrect.
This commit is contained in:
parent
160f17a907
commit
701b793f24
2 changed files with 6 additions and 6 deletions
|
|
@ -463,7 +463,7 @@ bool P_Thing_Raise(AActor *thing, AActor *raiser, int nocheck)
|
|||
return false;
|
||||
}
|
||||
|
||||
if (!P_CanResurrect(thing, raiser))
|
||||
if (!P_CanResurrect(raiser, thing))
|
||||
return false;
|
||||
|
||||
S_Sound (thing, CHAN_BODY, "vile/raise", 1, ATTN_IDLE);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue