mirror of
https://github.com/ZDoom/Raze.git
synced 2025-02-21 02:51:46 +00:00
RR: fixed secret trigger reporting.
This commit is contained in:
parent
8d4631eee9
commit
2efb8ffc5c
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue