MCPcopy Create free account
hub / github.com/OpenTTD/OpenTTD / StopGameThread

Method StopGameThread

src/video/video_driver.cpp:97–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95}
96
97void VideoDriver::StopGameThread()
98{
99 if (!this->is_game_threaded) return;
100
101 this->game_thread.join();
102}
103
104void VideoDriver::Tick()
105{

Callers 3

MainLoopMethod · 0.80
MainLoopMethod · 0.80
MainLoopMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected