* Starts the timerMoreEngineer. * @param action A pointer to an Action. */
| 287 | * @param action A pointer to an Action. |
| 288 | */ |
| 289 | void ManufactureInfoState::moreEngineerPress(Action * action) |
| 290 | { |
| 291 | if (action->getDetails()->button.button == SDL_BUTTON_LEFT) _timerMoreEngineer->start(); |
| 292 | } |
| 293 | |
| 294 | /** |
| 295 | * Stops the timerMoreEngineer. |
nothing calls this directly
no test coverage detected