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

Function cooldown

outdated/sys/mac/mrecover.c:854–865  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

852}
853
854static void
855cooldown()
856{
857 if (in.Recover)
858 endRecover();
859
860 /* wait for pending notifications to complete */
861 while (in.Notify)
862 (void) WaitNextEvent(0, &wnEvt, 3L, (RgnHandle) 0L);
863
864 ExitToShell();
865}
866
867/* draw the progress thermometer and frame. 1 level <=> 1 horiz. pixel */
868pascal void

Callers 3

mrecover.cFile · 0.85
noteFunction · 0.85
RecoverMenuEventFunction · 0.85

Calls 1

endRecoverFunction · 0.85

Tested by

no test coverage detected