| 589 | get_popup_status((void *)notice_not_enough_gold.get(), "dialog")); |
| 590 | if (popup_ouch) |
| 591 | output.append(get_popup_status((void *)popup_ouch.get(), "popup")); |
| 592 | if (popup_pit) |
| 593 | output.append(get_popup_status((void *)popup_pit.get(), "popup")); |
| 594 | if (notice_pool_gold) |
| 595 | output.append( |
| 596 | get_popup_status((void *)notice_pool_gold.get(), "dialog")); |
| 597 | if (notice_renamed_ok) |
nothing calls this directly
no outgoing calls
no test coverage detected