Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
15
char dFlagDbg[NUMLEVELS][MAXDUNX][MAXDUNY];
16
17
void LoadDebugGFX()
18
{
19
if (visiondebug)
20
pSquareCel = LoadFileInMem(
"Data\\Square.CEL"
, NULL);
21
}
22
23
void FreeDebugGFX()
24
{
Callers
1
start_game
Function · 0.85
Calls
1
LoadFileInMem
Function · 0.85
Tested by
no test coverage detected