| 1117 | refresh_prompts(); |
| 1118 | } |
| 1119 | static void hide_prompts() |
| 1120 | { |
| 1121 | ztalkbox& active = *(ztalkbox*)shared.active; |
| 1122 | |
| 1123 | if (active.prompt_box) |
| 1124 | { |
| 1125 | active.prompt_box->deactivate(); |
| 1126 | } |
| 1127 | if (active.quit_box) |
| 1128 | { |
| 1129 | active.quit_box->deactivate(); |
| 1130 | } |
| 1131 | } |
| 1132 | static void stop_wait(ztalkbox& e, const F32* args, u32 args_size) |
| 1133 | { |
| 1134 | if (shared.active != &e) |