diff --git a/src/video/dedicated_v.cpp b/src/video/dedicated_v.cpp index 82ef179a29..722b917550 100644 --- a/src/video/dedicated_v.cpp +++ b/src/video/dedicated_v.cpp @@ -199,6 +199,8 @@ void VideoDriver_Dedicated::MainLoop() signal(SIGQUIT, DedicatedSignalHandler); #endif + SetSelfAsGameThread(); + /* Load the dedicated server stuff */ _is_network_server = true; _network_dedicated = true;