| 753 | } |
| 754 | |
| 755 | void CTriggerDialog::OnTrigPrevInRoom() { |
| 756 | int n = FindPrevTrigInRoom(ROOMNUM(Curroomp), Current_trigger); |
| 757 | |
| 758 | ASSERT(n != -1); |
| 759 | |
| 760 | Current_trigger = n; |
| 761 | |
| 762 | SetCurroomFromTrigger(); |
| 763 | } |
| 764 | |
| 765 | #include "osiris_predefs.h" |
| 766 | extern bool StripLeadingTrailingSpaces(char *s); |
nothing calls this directly
no test coverage detected