Conflicts:
qcsrc/client/scoreboard.qc
qcsrc/server/g_world.qc
hud_num_fields = 0;
- hud_fontsize = HUD_GetFontsize("hud_fontsize");
+ hud_fontsize = HUD_GetFontsize("hud_fontsize");
- for(i = 0; i < argc - 1; ++i)
+ draw_beginBoldFont();
+ for(i = 1; i < argc - 1; ++i)
{
float nocomplain;
str = argv(i+1);
addstat(STAT_SECRETS_TOTAL, AS_FLOAT, stat_secrets_total);
addstat(STAT_SECRETS_FOUND, AS_FLOAT, stat_secrets_found);
-
+ // misc
+ addstat(STAT_RESPAWN_TIME, AS_FLOAT, stat_respawn_time);
++
next_pingtime = time + 5;
detect_maptype();