* Returns to the previous screen. * @param action Pointer to an action. */
| 129 | * @param action Pointer to an action. |
| 130 | */ |
| 131 | void ConfirmNewBaseState::btnCancelClick(Action *) |
| 132 | { |
| 133 | _globe->onMouseOver(0); |
| 134 | _game->popState(); |
| 135 | } |
| 136 | |
| 137 | } |
nothing calls this directly
no test coverage detected