From: Rudolf Polzer Date: Sat, 8 May 2010 13:50:22 +0000 (+0200) Subject: and here are the variables I forgot to declare X-Git-Tag: xonotic-v0.1.0preview~640^2~6 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=1b22395d98ca72dceb5782ff2399c4fe35b28c3d;p=xonotic%2Fxonotic-data.pk3dir.git and here are the variables I forgot to declare --- diff --git a/qcsrc/client/main.qh b/qcsrc/client/main.qh index b7a3d59b3..d2847af00 100644 --- a/qcsrc/client/main.qh +++ b/qcsrc/client/main.qh @@ -163,3 +163,6 @@ float calledhooks; #define HOOK_END 2 .float ping, ping_packetloss, ping_movementloss; + +float g_balance_grenadelauncher_secondary_bouncefactor; +float g_balance_grenadelauncher_secondary_bouncestop;