MCPcopy 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
358void 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
367void DrawSkelKing(int q, int x, int y)
368{

Callers 1

DRLG_CheckQuestsFunction · 0.85

Calls 1

DRLG_RectTransFunction · 0.85

Tested by

no test coverage detected