| 199 | } |
| 200 | |
| 201 | void AiInterface::dismissed() { |
| 202 | if (m_chatterSound) |
| 203 | m_chatterSound->stop(); |
| 204 | |
| 205 | m_selectedMission = {}; |
| 206 | m_selectedRecruit = {}; |
| 207 | |
| 208 | Pane::dismissed(); |
| 209 | } |
| 210 | |
| 211 | void AiInterface::setSourceEntityId(EntityId sourceEntityId) { |
| 212 | m_sourceEntityId = sourceEntityId; |