]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/announcer.qc
Disable multijump on the client by default (only those who want it should be able...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / announcer.qc
index 9f74dacfa203b2c0817fb2bafd2938f88276af58..8f477171cec19286cf96efafc40b5517f97fdfe4 100644 (file)
@@ -1,7 +1,14 @@
+#include "announcer.qh"
+#include "_all.qh"
+
+#include "../common/notifications.qh"
+#include "../common/stats.qh"
+#include "../common/util.qh"
+
 bool announcer_1min;
 bool announcer_5min;
 void Announcer_Countdown()
-{
+{SELFPARAM();
        float starttime = getstatf(STAT_GAMESTARTTIME);
        float roundstarttime = getstatf(STAT_ROUNDSTARTTIME);
        if(roundstarttime == -1)