MCPcopy 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
267staticfn void
268sleep_dialogue(void)
269{
270 long i = (HSleepy & TIMEOUT);
271
272 if (i == 4)
273 You("yawn.");
274}
275
276DISABLE_WARNING_FORMAT_NONLITERAL /* RESTORE is after slime_dialogue */
277

Callers 1

nh_timeoutFunction · 0.85

Calls 1

YouFunction · 0.85

Tested by

no test coverage detected