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

Function rest_adjust_levelflags

src/restore.c:1313–1318  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1311}
1312
1313void
1314rest_adjust_levelflags(void)
1315{
1316 /* adjust timestamps */
1317 relative_time_to_moves(&svl.level.flags.stasis_until);
1318}
1319void
1320moves_to_relative_time(long *timestamp)
1321{

Callers 2

getlevFunction · 0.85
savelev_coreFunction · 0.85

Calls 1

relative_time_to_movesFunction · 0.85

Tested by

no test coverage detected