MCPcopy Create free account
hub / github.com/diasurgical/devilution / QuestlogEnter

Function QuestlogEnter

Source/quests.cpp:799–805  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

QuestlogESCFunction · 0.85
PressKeyFunction · 0.85

Calls 2

PlaySFXFunction · 0.85
InitQTextMsgFunction · 0.85

Tested by

no test coverage detected