| 973 | #endif |
| 974 | |
| 975 | staticfn void |
| 976 | interrupt_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 */ |
| 986 | long |