mirror of
https://github.com/DrBeef/Raze.git
synced 2025-03-21 17:00:52 +00:00
- Duke: Fix SE17 elevators after change to player position internals.
This commit is contained in:
parent
bfa7fddcea
commit
4a9775fde7
1 changed files with 1 additions and 1 deletions
|
@ -3001,7 +3001,7 @@ void handle_se17(DDukeActor* actor)
|
|||
ps[p].truefz += q;
|
||||
ps[p].truecz += q;
|
||||
}
|
||||
if (act1->spr.statnum != STAT_EFFECTOR)
|
||||
if (act1->spr.statnum != STAT_EFFECTOR && act1->spr.statnum != STAT_PLAYER)
|
||||
{
|
||||
act1->spr.pos.Z += q;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue