- Duke: lower conveyor player carry speed.

Still no match to the animation, but these games seemingly never cared.
This commit is contained in:
Christoph Oelckers 2022-11-10 08:40:14 +01:00
parent 6a6e9299ca
commit 53341ee525

View file

@ -4389,7 +4389,7 @@ void handle_se24(DDukeActor *actor, bool scroll, double mult)
{
if (abs(ps[p].pos.Z - ps[p].truefz) < gs.playerheight + 9)
{
ps[p].fric += vec * (1. / 4.);
ps[p].fric += vec * (1. / 8.); // keeping the original velocity. to match the animation it should be ~1/24.
}
}
}