X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fclient%2Fmain.qh;h=a2f4d18bba97e2ef4070fe83ac362d83dd462404;hb=48d21b537ad85a66c05076afde4c33615da868b7;hp=bbf69d28d1bcd39586a78041babc247bc2166cea;hpb=ecebe32dc00c4236a4050b73a9dcc9afbcddf087;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/main.qh b/qcsrc/client/main.qh index bbf69d28d..a2f4d18bb 100644 --- a/qcsrc/client/main.qh +++ b/qcsrc/client/main.qh @@ -86,6 +86,7 @@ void centerprint_generic(float new_id, string strMessage, float duration, float const float ALPHA_MIN_VISIBLE = 0.003; float armorblockpercent; +float damagepush_speedfactor; //hooks int calledhooks;