Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/diasurgical/devilution
/ M_DumbWalk
Function
M_DumbWalk
Source/monster.cpp:2860–2868 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2858
}
2859
2860
BOOL M_DumbWalk(int i, int md)
2861
{
2862
BOOL ok;
2863
ok = DirOK(i, md);
2864
if (ok)
2865
M_WalkDir(i, md);
2866
2867
return ok;
2868
}
2869
2870
BOOL M_RoundWalk(int i, int md, int *dir)
2871
{
Callers
3
MAI_Zombie
Function · 0.85
MAI_Snake
Function · 0.85
MAI_SkelBow
Function · 0.85
Calls
2
DirOK
Function · 0.85
M_WalkDir
Function · 0.85
Tested by
no test coverage detected