MCPcopy 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
76void 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
87void DrawDiabloMsg()
88{

Callers 3

diablo_init_screenFunction · 0.85
gamemenu_load_gameFunction · 0.85
gamemenu_save_gameFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected