]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - host.c
Moved audio CD initialization / finalization out of the video code so the CD music...
[xonotic/darkplaces.git] / host.c
diff --git a/host.c b/host.c
index c1aeccfd10d42fbe83586d1b9c887dc54f532812..7a49529f9c8c964db68f0af7cf3d48a4b05c3b0a 100644 (file)
--- a/host.c
+++ b/host.c
@@ -942,6 +942,7 @@ void Host_Init (void)
        if (cls.state != ca_dedicated)
        {
                VID_Open();
+               CDAudio_Startup();
                CL_InitTEnts ();  // We must wait after sound startup to load tent sounds
                SCR_BeginLoadingPlaque();
                MR_Init();