Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/diasurgical/devilution
/ FreeItemGFX
Function
FreeItemGFX
Source/items.cpp:2472–2479 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2470
}
2471
2472
void FreeItemGFX()
2473
{
2474
int i;
2475
2476
for (i = 0; i < 35; i++) {
2477
MemFreeDbg(itemanims[i]);
2478
}
2479
}
2480
2481
void GetItemFrm(int i)
2482
{
Callers
1
free_game
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected