MCPcopy 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
989void
990redraw_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

tamedogFunction · 0.85
abuse_dogFunction · 0.85

Calls 1

newsymFunction · 0.85

Tested by

no test coverage detected