From: Samual Date: Wed, 26 Oct 2011 13:05:41 +0000 (-0400) Subject: Change around some comments in announcer.qc X-Git-Tag: xonotic-v0.6.0~35^2~66^2~2^2~10 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=a629d4364d43ac5a8eccc9f1a360c0c5362520a8;p=xonotic%2Fxonotic-data.pk3dir.git Change around some comments in announcer.qc --- 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"));