MCPcopy 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
367void DrawSkelKing(int q, int x, int y)
368{
369 quests[q]._qtx = 2 * x + 28;
370 quests[q]._qty = 2 * y + 23;
371}
372
373void DrawWarLord(int x, int y)
374{

Callers 1

DRLG_CheckQuestsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected