]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - host.c
Misc console print improvements. Increase verbosity
[xonotic/darkplaces.git] / host.c
diff --git a/host.c b/host.c
index a455b88a89cb0c7a527c86e8a72719a6c75c9ae7..354291ea12213ca38b8c58bd79f54a869e9ebcc2 100644 (file)
--- a/host.c
+++ b/host.c
@@ -528,8 +528,10 @@ void Host_StartVideo(void)
        if (!vid_opened && cls.state != ca_dedicated)
        {
                vid_opened = true;
+#ifdef WIN32
                // make sure we open sockets before opening video because the Windows Firewall "unblock?" dialog can screw up the graphics context on some graphics drivers
                NetConn_UpdateSockets();
+#endif
                VID_Start();
                CDAudio_Startup();
        }