* Returns to the previous screen. * @param action Pointer to an action. */
| 144 | * @param action Pointer to an action. |
| 145 | */ |
| 146 | void SoldierMemorialState::btnOkClick(Action *) |
| 147 | { |
| 148 | _game->popState(); |
| 149 | _game->getResourcePack()->playMusic("GMGEO", true); |
| 150 | } |
| 151 | |
| 152 | /** |
| 153 | * Shows the selected soldier's info. |
nothing calls this directly
no test coverage detected