mirror of
https://github.com/DrBeef/Raze.git
synced 2025-01-19 15:40:58 +00:00
- use setfloorz
This commit is contained in:
parent
e3d2e85760
commit
64e915868e
1 changed files with 2 additions and 2 deletions
|
@ -3355,8 +3355,8 @@ void handle_se05(DDukeActor* actor, int FIRELASER)
|
|||
}
|
||||
|
||||
actor->spr.pos.Z += actor->vel.Z;
|
||||
sc->ceilingz = actor->vel.Z;
|
||||
sector[actor->temp_data[0]].ceilingz = actor->vel.Z;
|
||||
sc->setceilingz(actor->vel.Z);
|
||||
sector[actor->temp_data[0]].setceilingz(actor->vel.Z);
|
||||
ms(actor);
|
||||
//SetActor(actor, actor->spr.pos);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue