X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fclient%2FDefs.qc;h=0d822e1642777a5c6e586394b8f4e99cfa61d26e;hp=80bd84a0768432f114133f5f3e0aee01265059a4;hb=4fc59bbd7e2d4f25ba21952ed50ae754295a7faa;hpb=902b6412e307e9208c0bf70dc4f8f20697180b8c diff --git a/qcsrc/client/Defs.qc b/qcsrc/client/Defs.qc index 80bd84a07..0d822e164 100644 --- a/qcsrc/client/Defs.qc +++ b/qcsrc/client/Defs.qc @@ -232,7 +232,9 @@ float announcer_5min; // database for misc stuff float tempdb; float ClientProgsDB; -vector hook_shotorigin; +vector hook_shotorigin[4]; +vector electro_shotorigin[4]; +vector gauntlet_shotorigin[4]; #ifdef BLURTEST float blurtest_time0, blurtest_time1, blurtest_radius, blurtest_power; @@ -256,3 +258,12 @@ float w_deathtype, w_issilent, w_random; string w_deathtypestring; vector w_org, w_backoff; +float campingrifle_scope; +float nex_scope; + +float cr_maxbullets; + +float bgmtime; + +string weaponorder_byimpulse; +string weaponorder_bypriority;