X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;ds=sidebyside;f=qcsrc%2Fclient%2FDefs.qc;h=fbed63fc40b671ffb09f0d43d11eb5a9eecf5bad;hb=dddcec45ff5dc47096024671d4802e0a795259f7;hp=80bd84a0768432f114133f5f3e0aee01265059a4;hpb=1b9fb2415152cf5a365cfaf9cf234372aaba6852;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/Defs.qc b/qcsrc/client/Defs.qc index 80bd84a07..fbed63fc4 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,5 @@ float w_deathtype, w_issilent, w_random; string w_deathtypestring; vector w_org, w_backoff; +float campingrifle_scope; +float nex_scope;