X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fclient%2FDefs.qc;h=4ef1d04d6765a3260f0825bb2e88b875970cb968;hb=3a7a8b160d0e62f09e67418c410dfd178af1b81e;hp=48442b7561e3287575c362bc031cac6ddaf99082;hpb=0cae36390279e286998a429f6b7b3c520e894d6a;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/Defs.qc b/qcsrc/client/Defs.qc index 48442b756..4ef1d04d6 100644 --- a/qcsrc/client/Defs.qc +++ b/qcsrc/client/Defs.qc @@ -221,7 +221,6 @@ float nb_pb_period; // Spectating float spectatee_status; -float prev_spectatee_status; // short mapname string shortmapname; @@ -259,10 +258,12 @@ float w_deathtype, w_issilent, w_random; string w_deathtypestring; vector w_org, w_backoff; -float campingrifle_scope; +float rifle_scope; float nex_scope; -float cr_maxbullets; +float minelayer_maxmines; + +float hagar_maxrockets; float bgmtime;