]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/Defs.qc
tuba: fix notes playing too loud in first frame
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / Defs.qc
index 48442b7561e3287575c362bc031cac6ddaf99082..4ef1d04d6765a3260f0825bb2e88b875970cb968 100644 (file)
@@ -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;