Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/diasurgical/devilution
/ FreeObjectGFX
Function
FreeObjectGFX
Source/objects.cpp:117–125 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
115
}
116
117
void FreeObjectGFX()
118
{
119
int i;
120
121
for (i = 0; i < numobjfiles; i++) {
122
MemFreeDbg(pObjCels[i]);
123
}
124
numobjfiles = 0;
125
}
126
127
BOOL RndLocOk(int xp, int yp)
128
{
Callers
1
FreeGameMem
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected