| 1514 | if (shared.active != this) |
| 1515 | { |
| 1516 | return; |
| 1517 | } |
| 1518 | |
| 1519 | if (prompt_box) |
| 1520 | { |
| 1521 | prompt_box->activate(); |
| 1522 | } |
| 1523 | |
| 1524 | if (shared.allow_quit && prompt.quit && quit_box) |
| 1525 | { |
| 1526 | quit_box->activate(); |
| 1527 | } |
| 1528 | } |
| 1529 | |
| 1530 | void ztalkbox::hide() |
| 1531 | { |
| 1532 | flag.visible = false; |
no test coverage detected