From a629d4364d43ac5a8eccc9f1a360c0c5362520a8 Mon Sep 17 00:00:00 2001 From: Samual Date: Wed, 26 Oct 2011 09:05:41 -0400 Subject: [PATCH] Change around some comments in announcer.qc --- qcsrc/client/announcer.qc | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/qcsrc/client/announcer.qc b/qcsrc/client/announcer.qc index 83ceaff74..b0d43358d 100644 --- a/qcsrc/client/announcer.qc +++ b/qcsrc/client/announcer.qc @@ -73,9 +73,8 @@ void Announcer_Gamestart() previous_game_starttime = startTime; } -/** - * Plays the 1minute or 5 minutes (of maptime) remaining sound, if client wants it - */ + +// Plays the 1 minute or 5 minutes (of maptime) remaining sound, if client wants it void Announcer_Time() { float timelimit = getstatf(STAT_TIMELIMIT); @@ -133,9 +132,6 @@ void Announcer_Time() } } -/** - * Announce carried items (e.g. flags in CTF). - */ float redflag_prev; float blueflag_prev; void carrierAnnouncer() { @@ -184,10 +180,6 @@ void Announcer() carrierAnnouncer(); } -/** - * Add all future announcer sounds precaches here. - * TODO: announcer queues - */ void Announcer_Precache () { precache_sound (strcat("announcer/", autocvar_cl_announcer, "/1minuteremains.wav")); -- 2.39.2