MCPcopy 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
117void FreeObjectGFX()
118{
119 int i;
120
121 for (i = 0; i < numobjfiles; i++) {
122 MemFreeDbg(pObjCels[i]);
123 }
124 numobjfiles = 0;
125}
126
127BOOL RndLocOk(int xp, int yp)
128{

Callers 1

FreeGameMemFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected