X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fcommon%2Futil.qh;h=96a8b680595581b649d05c7eed4767d4d4943e2e;hp=e9bd01cfa4d34fdacb55dc1c16cd1a92b94ef1cd;hb=546e752299244ed921ca175c78a28318c60165af;hpb=0fdff4fd3715be03223a758fb2cbbdae322ad42f diff --git a/qcsrc/common/util.qh b/qcsrc/common/util.qh index e9bd01cfa4..96a8b68059 100644 --- a/qcsrc/common/util.qh +++ b/qcsrc/common/util.qh @@ -404,5 +404,11 @@ void dedicated_print(string input); #endif #ifndef MENUQC -float Announcer_PickNumber(float num); +#define CNT_NORMAL 1 +#define CNT_GAMESTART 2 +#define CNT_IDLE 3 +#define CNT_KILL 4 +#define CNT_RESPAWN 5 +#define CNT_ROUNDSTART 6 +float Announcer_PickNumber(float type, float num); #endif