* Starts the timeMore timer. * @param action Pointer to an Action. */
| 227 | * @param action Pointer to an Action. |
| 228 | */ |
| 229 | void ResearchInfoState::morePress(Action *action) |
| 230 | { |
| 231 | if (action->getDetails()->button.button == SDL_BUTTON_LEFT) _timerMore->start(); |
| 232 | } |
| 233 | |
| 234 | /** |
| 235 | * Stops the timeMore timer. |
nothing calls this directly
no test coverage detected