Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/diasurgical/devilution
/ DrawButcher
Function
DrawButcher
Source/quests.cpp:358–365 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
356
}
357
358
void DrawButcher()
359
{
360
int x, y;
361
362
x = 2 * setpc_x + 16;
363
y = 2 * setpc_y + 16;
364
DRLG_RectTrans(x + 3, y + 3, x + 10, y + 10);
365
}
366
367
void DrawSkelKing(int q, int x, int y)
368
{
Callers
1
DRLG_CheckQuests
Function · 0.85
Calls
1
DRLG_RectTrans
Function · 0.85
Tested by
no test coverage detected