X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fclient%2FDefs.qc;h=b3b0569489d992798c0ea9355f3a7a5296730968;hb=99b38c1880083b997b6d0de37d8403b1e9124818;hp=959d593a393e49170882a4863a9e6b7ac7134ce9;hpb=c61fbd6b1967309d22daf08336a7bb87d01cb476;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/Defs.qc b/qcsrc/client/Defs.qc index 959d593a3..b3b056948 100644 --- a/qcsrc/client/Defs.qc +++ b/qcsrc/client/Defs.qc @@ -156,7 +156,7 @@ float scoreboard_showaccuracy; // float coop; // float deathmatch; -// float dmg_take; +float dmg_take; // float dmg_save; // vector dmg_origin; @@ -258,10 +258,10 @@ float w_deathtype, w_issilent, w_random; string w_deathtypestring; vector w_org, w_backoff; -float campingrifle_scope; +float sniperrifle_scope; float nex_scope; -float cr_maxbullets; +float minelayer_maxmines; float bgmtime; @@ -269,3 +269,7 @@ string weaponorder_byimpulse; string weaponorder_bypriority; float nex_charge_movingavg; + +float serverflags; + +float uid2name_dialog;