Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
51
void InitQuestText()
52
{
53
pMedTextCels = LoadFileInMem(
"Data\\MedTextS.CEL"
, NULL);
54
pTextBoxCels = LoadFileInMem(
"Data\\TextBox.CEL"
, NULL);
55
qtextflag = FALSE;
56
}
57
58
void InitQTextMsg(int m)
59
{
Callers
1
LoadGameLevel
Function · 0.85
Calls
1
LoadFileInMem
Function · 0.85
Tested by
no test coverage detected