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

Function InitQuestText

Source/minitext.cpp:51–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51void InitQuestText()
52{
53 pMedTextCels = LoadFileInMem("Data\\MedTextS.CEL", NULL);
54 pTextBoxCels = LoadFileInMem("Data\\TextBox.CEL", NULL);
55 qtextflag = FALSE;
56}
57
58void InitQTextMsg(int m)
59{

Callers 1

LoadGameLevelFunction · 0.85

Calls 1

LoadFileInMemFunction · 0.85

Tested by

no test coverage detected