Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NetHack/NetHack
/ redraw_worm
Function
redraw_worm
src/worm.c:989–998 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
987
}
988
989
void
990
redraw_worm(struct monst *worm)
991
{
992
struct wseg *curr = wtails[worm->wormno];
993
994
while (curr) {
995
newsym(curr->wx, curr->wy);
996
curr = curr->nseg;
997
}
998
}
999
#endif /* !SFCTOOL */
1000
1001
/*worm.c*/
Callers
2
tamedog
Function · 0.85
abuse_dog
Function · 0.85
Calls
1
newsym
Function · 0.85
Tested by
no test coverage detected