diff --git a/src/video/dedicated_v.cpp b/src/video/dedicated_v.cpp --- a/src/video/dedicated_v.cpp +++ b/src/video/dedicated_v.cpp @@ -267,6 +267,8 @@ void VideoDriver_Dedicated::MainLoop() } } + this->is_game_threaded = false; + /* Done loading, start game! */ if (!_networking) {