X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fclient%2FDefs.qc;h=24a5fbfc0beb4532ed32ead7da6f43187ea09aad;hb=0a92453278b65a165e83e64a989b5e7de38ccf02;hp=9bd8e8c8a35807e0bd5cab007646136a3159edbb;hpb=5c261e6c8b328196282545db4b6d1b85df2a12d5;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/Defs.qc b/qcsrc/client/Defs.qc index 9bd8e8c8a..24a5fbfc0 100644 --- a/qcsrc/client/Defs.qc +++ b/qcsrc/client/Defs.qc @@ -1,6 +1,3 @@ -#pragma flag off fastarrays // make dp behave with new fteqcc versions. remove when dp bug with fteqcc fastarrays is fixed - - //NOTE: THIS IS AN INTERFACE FILE. DO NOT EDIT. //MODIFYING THIS FILE CAN RESULT IN CRC ERRORS. //YOU HAVE BEEN WARNED. @@ -226,8 +223,8 @@ string shortmapname; float tempdb; float ClientProgsDB; vector hook_shotorigin[4]; -vector electro_shotorigin[4]; -vector gauntlet_shotorigin[4]; +vector lightning_shotorigin[4]; + #ifdef BLURTEST float blurtest_time0, blurtest_time1, blurtest_radius, blurtest_power; @@ -251,11 +248,10 @@ vector angles_held; .float silent; float w_deathtype, w_issilent, w_random; -string w_deathtypestring; vector w_org, w_backoff; float rifle_scope; -float nex_scope; +float vortex_scope; float minelayer_maxmines; @@ -266,7 +262,7 @@ float bgmtime; string weaponorder_byimpulse; string weaponorder_bypriority; -float nex_charge_movingavg; +float vortex_charge_movingavg; float serverflags;