Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
569
void
570
save_adjust_levelflags(void)
571
{
572
/* adjust any timestamps */
573
moves_to_relative_time(&svl.level.flags.stasis_until);
574
}
575
576
staticfn void
577
savelevl(NHFILE *nhfp)
Callers
1
savelev_core
Function · 0.85
Calls
1
moves_to_relative_time
Function · 0.85
Tested by
no test coverage detected