MCPcopy Index your code
hub / github.com/NetHack/NetHack / initrack

Function initrack

src/track.c:14–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12static NEARDATA coord utrack[UTSZ];
13
14void
15initrack(void)
16{
17 utcnt = utpnt = 0;
18 (void) memset((genericptr_t) &utrack, 0, sizeof(utrack));
19}
20
21#ifndef SFCTOOL
22/* add to track */

Callers 3

moveloop_preambleFunction · 0.85
save_trackFunction · 0.85
makemap_prepostFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected