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

Function ReleaseLvlBtn

Source/control.cpp:1542–1547  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1540}
1541
1542void ReleaseLvlBtn()
1543{
1544 if (MouseX >= 40 + PANEL_LEFT && MouseX <= 81 + PANEL_LEFT && MouseY >= -39 + PANEL_TOP && MouseY <= -17 + PANEL_TOP)
1545 chrflag = TRUE;
1546 lvlbtndown = FALSE;
1547}
1548
1549void DrawLevelUpIcon()
1550{

Callers 1

LeftMouseUpFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected