Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/diasurgical/devilution
/ AddDead
Function
AddDead
Source/dead.cpp:72–75 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
70
}
71
72
void AddDead(int dx, int dy, char dv, int ddir)
73
{
74
dDead[dx][dy] = (dv & 0x1F) + (ddir << 5);
75
}
76
77
void SetDead()
78
{
Callers
5
TEST
Function · 0.85
DeltaLoadLevel
Function · 0.85
M_DoDeath
Function · 0.85
MI_Stone
Function · 0.85
RemovePlrMissiles
Function · 0.85
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.68