mirror of
https://github.com/DrBeef/Raze.git
synced 2025-02-01 05:20:43 +00:00
- Duke: fix missing sectp update in processinput_d.
RR version had this correct
This commit is contained in:
parent
64cad55d73
commit
690994ea1e
1 changed files with 1 additions and 0 deletions
|
@ -3103,6 +3103,7 @@ HORIZONLY:
|
||||||
if (psectlotag < 3)
|
if (psectlotag < 3)
|
||||||
{
|
{
|
||||||
psect = s->sectnum;
|
psect = s->sectnum;
|
||||||
|
psectp = s->sector(); //
|
||||||
if (ud.clipping == 0 && psectp->lotag == 31)
|
if (ud.clipping == 0 && psectp->lotag == 31)
|
||||||
{
|
{
|
||||||
auto secact = ScriptIndexToActor(psectp->hitag);
|
auto secact = ScriptIndexToActor(psectp->hitag);
|
||||||
|
|
Loading…
Reference in a new issue