]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - host.c
removed CL_InitTEnts function, moved its contents (cl_sfx precaches) to CL_ParseServe...
[xonotic/darkplaces.git] / host.c
diff --git a/host.c b/host.c
index c6b493c9bed114b7f2b71c90771d0642201c818f..2436c3e782d7f459817fd7d4b443a16abd7603bf 100644 (file)
--- a/host.c
+++ b/host.c
@@ -868,7 +868,6 @@ void Host_StartVideo(void)
                vid_opened = true;
                VID_Start();
                CDAudio_Startup();
-               CL_InitTEnts();  // We must wait after sound startup to load tent sounds
        }
 }