X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fclient%2FDefs.qc;h=24a5fbfc0beb4532ed32ead7da6f43187ea09aad;hb=0a92453278b65a165e83e64a989b5e7de38ccf02;hp=4a206e55f4d6aee3496c4e55903e30a7b28e96a8;hpb=5d3aed9a8ec0ff58a4f3d08d679e9ddcf8fff579;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/Defs.qc b/qcsrc/client/Defs.qc index 4a206e55f..24a5fbfc0 100644 --- a/qcsrc/client/Defs.qc +++ b/qcsrc/client/Defs.qc @@ -223,7 +223,6 @@ string shortmapname; float tempdb; float ClientProgsDB; vector hook_shotorigin[4]; -vector electro_shotorigin[4]; vector lightning_shotorigin[4]; @@ -252,7 +251,7 @@ float w_deathtype, w_issilent, w_random; vector w_org, w_backoff; float rifle_scope; -float nex_scope; +float vortex_scope; float minelayer_maxmines; @@ -263,7 +262,7 @@ float bgmtime; string weaponorder_byimpulse; string weaponorder_bypriority; -float nex_charge_movingavg; +float vortex_charge_movingavg; float serverflags;