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

Function gmenu_draw_pause

Source/gmenu.cpp:42–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40};
41
42void gmenu_draw_pause()
43{
44 if (currlevel != 0)
45 RedBack();
46 if (!sgpCurrentMenu) {
47 light_table_index = 0;
48 gmenu_print_text(316 + PANEL_LEFT, 336, "Pause");
49 }
50}
51
52void gmenu_print_text(int x, int y, char *pszStr)
53{

Callers 1

DrawViewFunction · 0.85

Calls 2

RedBackFunction · 0.85
gmenu_print_textFunction · 0.85

Tested by

no test coverage detected