]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - net_dgrm.c
-lXIE does not seem to be necessary, disabled (but left a comment incase anyone needs it)
[xonotic/darkplaces.git] / net_dgrm.c
index db5f46bc265c1879d292a6d729fa1cdcfe2bc11f..e1963ae70d26e8792f29ae940b2c34832dd0e865 100644 (file)
@@ -323,7 +323,7 @@ int Datagram_GetMessage (qsocket_t *sock)
                        ReSendMessage (sock);
 
        while(1)
-       {       
+       {
                length = sfunc.Read (sock->socket, (qbyte *)&packetBuffer, NET_DATAGRAMSIZE, &readaddr);
 
 //     if ((rand() & 255) > 220)
@@ -1242,7 +1242,7 @@ static qsocket_t *_Datagram_Connect (char *host)
                goto ErrorReturn;
 
        // send the connection request
-       Con_Printf("trying...\n"); CL_UpdateScreen ();
+       Con_Printf("trying...\n");CL_UpdateScreen();CL_UpdateScreen();
        start_time = net_time;
 
        for (reps = 0; reps < 3; reps++)
@@ -1306,7 +1306,7 @@ static qsocket_t *_Datagram_Connect (char *host)
                while (ret == 0 && (SetNetTime() - start_time) < 2.5);
                if (ret)
                        break;
-               Con_Printf("still trying...\n"); CL_UpdateScreen ();
+               Con_Printf("still trying...\n");CL_UpdateScreen();CL_UpdateScreen();
                start_time = SetNetTime();
        }