Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/diasurgical/devilution
/ ClrDiabloMsg
Function
ClrDiabloMsg
Source/error.cpp:76–85 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
74
}
75
76
void ClrDiabloMsg()
77
{
78
int i;
79
80
for (i = 0; i < sizeof(msgtable); i++)
81
msgtable[i] = 0;
82
83
msgflag = 0;
84
msgcnt = 0;
85
}
86
87
void DrawDiabloMsg()
88
{
Callers
3
diablo_init_screen
Function · 0.85
gamemenu_load_game
Function · 0.85
gamemenu_save_game
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected