OpenTTD Source
1.11.0-beta2
|
Go to the documentation of this file.
17 bool _first_in_modal_loop =
false;
33 _first_in_modal_loop =
true;
43 bool ret = _first_in_modal_loop;
44 _first_in_modal_loop =
false;
std::mutex _modal_progress_paint_mutex
Rights for the painting.
bool IsFirstModalProgressLoop()
Check whether this is the first modal progress loop.
bool _use_threaded_modal_progress
Threading usable for modal progress?
bool _in_modal_progress
Are we in a modal progress or not?
void SetModalProgress(bool state)
Set the modal progress state.
std::mutex _modal_progress_work_mutex
Rights for the performing work.