mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-15 08:52:00 +00:00
- Duke: Repair Z height when dead.
This commit is contained in:
parent
e8b31d3c08
commit
537e9df6ec
1 changed files with 1 additions and 1 deletions
|
@ -458,7 +458,7 @@ void moveplayers(void)
|
|||
}
|
||||
else
|
||||
{
|
||||
p->pos = act->spr.pos.plusZ(-28);
|
||||
p->pos = act->spr.pos.plusZ(-20);
|
||||
p->newOwner = nullptr;
|
||||
|
||||
if (p->wackedbyactor != nullptr && p->wackedbyactor->spr.statnum < MAXSTATUS)
|
||||
|
|
Loading…
Reference in a new issue