* Stops this Production. Returns to the previous screen. * @param action A pointer to an Action. */
| 216 | * @param action A pointer to an Action. |
| 217 | */ |
| 218 | void ManufactureInfoState::btnStopClick (Action *) |
| 219 | { |
| 220 | _base->removeProduction(_production); |
| 221 | exitState(); |
| 222 | } |
| 223 | |
| 224 | /** |
| 225 | * Starts this Production (if new). Returns to the previous screen. |
nothing calls this directly
no test coverage detected