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

Function DrawLevelUpIcon

Source/control.cpp:1549–1558  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1547}
1548
1549void DrawLevelUpIcon()
1550{
1551 int nCel;
1552
1553 if (!stextflag) {
1554 nCel = lvlbtndown ? 3 : 2;
1555 ADD_PlrStringXY(PANEL_LEFT + 0, PANEL_TOP - 49, PANEL_LEFT + 120, "Level Up", COL_WHITE);
1556 CelDraw(40 + PANEL_X, -17 + PANEL_Y, pChrButtons, nCel, 41);
1557 }
1558}
1559
1560void CheckChrBtns()
1561{

Callers 1

DrawViewFunction · 0.85

Calls 1

CelDrawFunction · 0.85

Tested by

no test coverage detected