Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
97
void VideoDriver::StopGameThread()
98
{
99
if (!this->is_game_threaded) return;
100
101
this->game_thread.join();
102
}
103
104
void VideoDriver::Tick()
105
{
Callers
3
MainLoop
Method · 0.80
MainLoop
Method · 0.80
MainLoop
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected