- Duke: fix missing sectp update in processinput_d.

RR version had this correct
This commit is contained in:
Christoph Oelckers 2021-11-30 00:20:16 +01:00
parent 64cad55d73
commit 690994ea1e

View file

@ -3103,6 +3103,7 @@ HORIZONLY:
if (psectlotag < 3)
{
psect = s->sectnum;
psectp = s->sector(); //
if (ud.clipping == 0 && psectp->lotag == 31)
{
auto secact = ScriptIndexToActor(psectp->hitag);