Fixed sector floor/ceiling actions not triggering in P_XYMovement
This commit is contained in:
parent
a388b6c8ab
commit
849d110f10
6 changed files with 57 additions and 31 deletions
|
|
@ -711,7 +711,7 @@ bool P_Move (AActor *actor)
|
|||
{
|
||||
actor->floorsector->TriggerSectorActions(actor, SECSPAC_HitFloor);
|
||||
}
|
||||
P_CheckFor3DFloorHit(actor, actor->Z());
|
||||
P_CheckFor3DFloorHit(actor, actor->Z(), true);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue