From: z411 Date: Wed, 22 Dec 2021 00:34:10 +0000 (-0300) Subject: Fix merge in announcer.qc X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=18ffea535f621e46e8ac003711ac6e2cda9fda3f;p=xonotic%2Fxonotic-data.pk3dir.git Fix merge in announcer.qc --- diff --git a/qcsrc/client/announcer.qc b/qcsrc/client/announcer.qc index 04a6db863..44267a92f 100644 --- a/qcsrc/client/announcer.qc +++ b/qcsrc/client/announcer.qc @@ -27,9 +27,6 @@ void Announcer_Countdown(entity this) float roundstarttime = STAT(ROUNDSTARTTIME); bool game_timeout = (STAT(TIMEOUT_LAST) > 0); - bool rounds; - float countdown; - if(roundstarttime == -1 || game_timeout) { Local_Notification(MSG_CENTER, CENTER_COUNTDOWN_ROUNDSTOP);