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

Function LoadDebugGFX

Source/debug.cpp:17–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15char dFlagDbg[NUMLEVELS][MAXDUNX][MAXDUNY];
16
17void LoadDebugGFX()
18{
19 if (visiondebug)
20 pSquareCel = LoadFileInMem("Data\\Square.CEL", NULL);
21}
22
23void FreeDebugGFX()
24{

Callers 1

start_gameFunction · 0.85

Calls 1

LoadFileInMemFunction · 0.85

Tested by

no test coverage detected