* Returns to the previous screen. * @param action Pointer to an action. */
| 127 | * @param action Pointer to an action. |
| 128 | */ |
| 129 | void PlaceFacilityState::btnCancelClick(Action *) |
| 130 | { |
| 131 | _game->popState(); |
| 132 | } |
| 133 | |
| 134 | /** |
| 135 | * Processes clicking on facilities. |