MCPcopy Index your code
hub / github.com/NetHack/NetHack / interrupt_multi

Function interrupt_multi

src/allmain.c:975–983  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

973#endif
974
975staticfn void
976interrupt_multi(const char *msg)
977{
978 if (gm.multi > 0 && !svc.context.travel && !svc.context.run) {
979 nomul(0);
980 if (flags.verbose && msg)
981 Norep("%s", msg);
982 }
983}
984
985/* convert from time_t to number of seconds */
986long

Callers 2

regen_pwFunction · 0.85
regen_hpFunction · 0.85

Calls 2

nomulFunction · 0.85
NorepFunction · 0.85

Tested by

no test coverage detected