* Starts the timeLess timer. * @param action Pointer to an Action. */
| 262 | * @param action Pointer to an Action. |
| 263 | */ |
| 264 | void ResearchInfoState::lessPress(Action *action) |
| 265 | { |
| 266 | if (action->getDetails()->button.button == SDL_BUTTON_LEFT) _timerLess->start (); |
| 267 | } |
| 268 | |
| 269 | /** |
| 270 | * Stops the timeLess timer. |
nothing calls this directly
no test coverage detected