]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Fix merge in announcer.qc
authorz411 <z411@omaera.org>
Wed, 22 Dec 2021 00:34:10 +0000 (21:34 -0300)
committerz411 <z411@omaera.org>
Wed, 22 Dec 2021 00:34:10 +0000 (21:34 -0300)
qcsrc/client/announcer.qc

index 04a6db8631fd9651f9cb112cbae182fffc622175..44267a92f1ab5e718f6533b5085606915ef1f304 100644 (file)
@@ -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);