Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NetHack/NetHack
/ sleep_dialogue
Function
sleep_dialogue
src/timeout.c:267–274 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
265
}
266
267
staticfn void
268
sleep_dialogue(void)
269
{
270
long i = (HSleepy & TIMEOUT);
271
272
if (i == 4)
273
You(
"yawn."
);
274
}
275
276
DISABLE_WARNING_FORMAT_NONLITERAL /* RESTORE is after slime_dialogue */
277
Callers
1
nh_timeout
Function · 0.85
Calls
1
You
Function · 0.85
Tested by
no test coverage detected