]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - tools/quake3/common/threads.c
better progress display
[xonotic/netradiant.git] / tools / quake3 / common / threads.c
index 8a5fa35a7915f1dc3f6da7158ef994e3e6ae9a00..ed218d6ee960d8992cf41f736fed3537f7cc4080 100644 (file)
@@ -59,13 +59,16 @@ int GetThreadWork (void)
                return -1;
        }
 
-       f = 10*dispatch / workcount;
+       f = 40*dispatch / workcount;
        if (f != oldf)
        {
                oldf = f;
                if (pacifier)
                {
-                       Sys_Printf ("%i...", f);
+                       if(f % 4 == 0)
+                               Sys_Printf("%i", f / 4);
+                       else
+                               Sys_Printf (".");
                        fflush( stdout );       /* ydnar */
                }
        }