| 681 | #undef U_CAN_REGEN |
| 682 | |
| 683 | void |
| 684 | stop_occupation(void) |
| 685 | { |
| 686 | if (go.occupation) { |
| 687 | if (!maybe_finished_meal(TRUE)) |
| 688 | You("stop %s.", go.occtxt); |
| 689 | go.occupation = (int (*)(void)) 0; |
| 690 | disp.botl = TRUE; /* in case u.uhs changed */ |
| 691 | nomul(0); |
| 692 | } else if (gm.multi >= 0) { |
| 693 | nomul(0); |
| 694 | } |
| 695 | cmdq_clear(CQ_CANNED); |
| 696 | } |
| 697 | |
| 698 | void |
| 699 | init_sound_disp_gamewindows(void) |
no test coverage detected