]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - host.c
-Added the console command prvm_globalset
[xonotic/darkplaces.git] / host.c
diff --git a/host.c b/host.c
index e6b2084093a8cf4219975f02e13afe788b9bec05..c7fe6ac0bc687849201d3dd1f9e567a9784a0f3b 100644 (file)
--- a/host.c
+++ b/host.c
@@ -942,6 +942,7 @@ void Host_Init (void)
        if (cls.state != ca_dedicated)
        {
                VID_Open();
+               CL_Video_Init();
                CL_InitTEnts ();  // We must wait after sound startup to load tent sounds
                SCR_BeginLoadingPlaque();
                MR_Init();
@@ -1009,6 +1010,7 @@ void Host_Shutdown(void)
        // AK shutdown PRVM
        // AK hmm, no PRVM_Shutdown(); yet
 
+       CL_Video_Shutdown();
 
        Host_SaveConfig_f();