Home | History | Annotate | Download | only in WinQuake

Lines Matching defs:hours

68 	int			hours = 0;
101 hours = minutes / 60;
102 if (hours)
103 minutes -= (hours * 60);
106 hours = 0;
107 print ("#%-2u %-16.16s %3i %2i:%02i:%02i\n", j+1, client->name, (int)client->edict->u.v.frags, hours, minutes, seconds);