| 797 | } |
| 798 | |
| 799 | void QuestlogEnter() |
| 800 | { |
| 801 | PlaySFX(IS_TITLSLCT); |
| 802 | if (numqlines && qline != 22) |
| 803 | InitQTextMsg(quests[qlist[(qline - qtopline) >> 1]]._qmsg); |
| 804 | questlog = FALSE; |
| 805 | } |
| 806 | |
| 807 | void QuestlogESC() |
| 808 | { |
no test coverage detected