]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/defs.qh
Merge branch 'master' into terencehill/centerprint_stuff
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / defs.qh
index 0e6505df2f420464c70826f4669b08bd6ee620bf..9e6a73b5e3642fe9e9ae952a9b6a318120e32ad7 100644 (file)
@@ -231,7 +231,6 @@ void weapon_defaultspawnfunc(float wpn);
 
 string w_deathtypestring;
 
-// void(entity client, string s) centerprint_builtin = #73;
 .vector dest1, dest2;
 
 float gameover;
@@ -365,8 +364,6 @@ void FixClientCvars(entity e);
 
 float weaponsInMap;
 
-void centerprint(entity e, string s);
-
 .float respawn_countdown; // next number to count
 
 float bot_waypoints_for_items;
@@ -600,7 +597,7 @@ float client_cefc_accumulatortime;
 
 ..float current_ammo;
 
-.float weapon_load[WEP_MAXCOUNT]; FTEQCC_YOU_SUCK_THIS_IS_NOT_UNREFERENCED(weapon_load);
+.float weapon_load[WEP_MAXCOUNT];
 .float ammo_none; // used by the reloading system, must always be 0
 .float clip_load;
 .float old_clip_load;