MCPcopy 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
2860BOOL 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
2870BOOL M_RoundWalk(int i, int md, int *dir)
2871{

Callers 3

MAI_ZombieFunction · 0.85
MAI_SnakeFunction · 0.85
MAI_SkelBowFunction · 0.85

Calls 2

DirOKFunction · 0.85
M_WalkDirFunction · 0.85

Tested by

no test coverage detected