Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1313
void
1314
rest_adjust_levelflags(void)
1315
{
1316
/* adjust timestamps */
1317
relative_time_to_moves(&svl.level.flags.stasis_until);
1318
}
1319
void
1320
moves_to_relative_time(long *timestamp)
1321
{
Callers
2
getlev
Function · 0.85
savelev_core
Function · 0.85
Calls
1
relative_time_to_moves
Function · 0.85
Tested by
no test coverage detected