X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fclient%2FDefs.qc;h=6798261eb3555f9dc1ae707973911428483f32c2;hp=fbed63fc40b671ffb09f0d43d11eb5a9eecf5bad;hb=580c768d0f2e32d2b545fa80c08c515aeb0ca67a;hpb=a5dcc1361726a5d7fcb73407d716e3201d4e764c diff --git a/qcsrc/client/Defs.qc b/qcsrc/client/Defs.qc index fbed63fc40..6798261eb3 100644 --- a/qcsrc/client/Defs.qc +++ b/qcsrc/client/Defs.qc @@ -260,3 +260,10 @@ vector w_org, w_backoff; float campingrifle_scope; float nex_scope; + +float nex_minvelocity; +float nex_maxvelocity; +float nex_speed_falloff_factor; +float nex_speed; + +float cr_maxbullets;