RR: fixed secret trigger reporting.

This commit is contained in:
Christoph Oelckers 2023-12-06 21:02:55 +01:00
parent 8d4631eee9
commit 2efb8ffc5c

View file

@ -177,6 +177,7 @@ void checksectors_r(DDukePlayer* const p)
p->cursector->lotag = 0;
FTA(9, p);
Level.addSecret(p->pnum);
SECRET_Trigger(sectindex(p->cursector));
return;
case -1:
p->cursector->lotag = 0;