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

Function menuError

outdated/sys/mac/macmenu.c:822–834  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

820}
821
822static void
823menuError(short menuErr)
824{
825 short i;
826
827 for (i = 0; i < beepMenuAlertErr; i++)
828 SysBeep(3);
829
830 ParamText(menuErrStr[menuErr], "\p", "\p", "\p");
831 (void) Alert(alrtMenuNote, (ModalFilterUPP) 0L);
832
833 ExitToShell();
834}
835
836void
837InitMenuRes()

Callers 1

InitMenuResFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected