X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fclient%2Fmain.qh;h=815c20a33ed1788eb16129b136bfe18372f3fe87;hb=e0ac5f9f14e169a1e19d0e36b85cab061a74ed93;hp=474e919f42ee1b5f170d89551fb4585f34c6b806;hpb=773883ab5d3e9d165fe2ee5784c96720e0cd392c;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/main.qh b/qcsrc/client/main.qh index 474e919f4..815c20a33 100644 --- a/qcsrc/client/main.qh +++ b/qcsrc/client/main.qh @@ -1,5 +1,3 @@ -const string string_null; - // -------------------------------------------------------------------------- // MENU Functionality @@ -56,6 +54,7 @@ float gametype; #define SP_CLRATIO -5 #define SP_PL -6 #define SP_FRAGS -7 +#define SP_SUM -8 #define SP_SEPARATOR -100 @@ -129,7 +128,6 @@ void centerprint_generic(float new_id, string strMessage, float duration, float #define ALPHA_MIN_VISIBLE 0.003 float armorblockpercent; -float g_weaponswitchdelay; //hooks float calledhooks;