]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
Forgot to call TaskQueue_Init during startup, woops.
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 18 Jan 2020 05:26:11 +0000 (05:26 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 18 Jan 2020 05:26:11 +0000 (05:26 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12497 d7cf8633-e32d-0410-b094-e92efae38249

host.c

diff --git a/host.c b/host.c
index 2e9515a588b38859a7a19d4eaa077be8531f66be..c385b6d372bdd129fe137b71f2a5662e41e8ec1c 100644 (file)
--- a/host.c
+++ b/host.c
@@ -1273,6 +1273,7 @@ static void Host_Init (void)
        Host_ServerOptions();
 
        Thread_Init();
        Host_ServerOptions();
 
        Thread_Init();
+       TaskQueue_Init();
 
        if (cls.state == ca_dedicated)
                Cmd_AddCommand ("disconnect", CL_Disconnect_f, "disconnect from server (or disconnect all clients if running a server)");
 
        if (cls.state == ca_dedicated)
                Cmd_AddCommand ("disconnect", CL_Disconnect_f, "disconnect from server (or disconnect all clients if running a server)");