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

Function ItemNoFlippy

Source/items.cpp:3905–3915  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3903}
3904
3905int ItemNoFlippy()
3906{
3907 int r;
3908
3909 r = itemactive[numitems - 1];
3910 item[r]._iAnimFrame = item[r]._iAnimLen;
3911 item[r]._iAnimFlag = FALSE;
3912 item[r]._iSelFlag = 1;
3913
3914 return r;
3915}
3916
3917void CreateSpellBook(int x, int y, int ispell, BOOL sendmsg, BOOL delta)
3918{

Callers 2

Theme_MonstPitFunction · 0.85
Theme_TreasureFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected