MCPcopy Create free account
hub / github.com/NetHack/NetHack / save_adjust_levelflags

Function save_adjust_levelflags

src/save.c:569–574  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

567}
568
569void
570save_adjust_levelflags(void)
571{
572 /* adjust any timestamps */
573 moves_to_relative_time(&svl.level.flags.stasis_until);
574}
575
576staticfn void
577savelevl(NHFILE *nhfp)

Callers 1

savelev_coreFunction · 0.85

Calls 1

moves_to_relative_timeFunction · 0.85

Tested by

no test coverage detected