Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/diasurgical/devilution
/ DrawSkelKing
Function
DrawSkelKing
Source/quests.cpp:367–371 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
365
}
366
367
void DrawSkelKing(int q, int x, int y)
368
{
369
quests[q]._qtx = 2 * x + 28;
370
quests[q]._qty = 2 * y + 23;
371
}
372
373
void DrawWarLord(int x, int y)
374
{
Callers
1
DRLG_CheckQuests
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected