HomeSort by relevance Sort by last modified time
    Searched refs:downloadpercent (Results 1 - 3 of 3) sorted by null

  /external/quake/quake/src/QW/client/
console.c 609 if (cls.downloadpercent == 0)
612 n = y * cls.downloadpercent / 100;
622 sprintf(dlbar + strlen(dlbar), " %02d%%", cls.downloadpercent);
cl_parse.c 393 if (10*(percent/10) != cls.downloadpercent)
395 cls.downloadpercent = 10*(percent/10);
396 Con_Printf ("%i%%", cls.downloadpercent);
399 cls.downloadpercent = percent;
430 cls.downloadpercent = 0;
client.h 181 int downloadpercent; member in struct:__anon10365

Completed in 1205 milliseconds