]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/t_quake.qc
Merge remote-tracking branch 'origin/Mario/extralife_fix'
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / t_quake.qc
index ada78846b97cf77735fcbc89ff1dbe61b228a740..ab49c6db5d0d31d113b74fc62d17d34614b6ed98 100644 (file)
@@ -16,52 +16,3 @@ void spawnfunc_item_health (void) {if (self.spawnflags & 2) spawnfunc_item_healt
 
 
 
-// garbage function to reduce warnings in compiling about unused variables
-void junk_function ()
-{
-       self.exteriormodeltoclient = world;
-       self.glow_trail = 0;
-       self.tag_entity = world;
-       self.BUTTON_HOOK = 0;
-       self.BUTTON_INFO = 0;
-       self.button8 = 0;
-       self.pitch_speed = 0;
-       self.drawonlytoclient = world;
-       self.nodrawtoclient = world;
-       self.cursor_active = 0;
-       self.cursor_screen = '0 0 0';
-       self.cursor_trace_start = '0 0 0';
-       self.cursor_trace_endpos = '0 0 0';
-       self.ping = 0;
-       self.roomtype = 0;
-       self.radius = 0;
-       self.pitch = 0;
-       self.renderamt = 0;
-       self.rendermode = 0;
-       self.rendercolor = '0 0 0';
-       self.light_lev = 0;
-       self.color = '0 0 0';
-       self.style = 0;
-       self.jumppadsused = world;
-       self.disableclientprediction = 0;
-       self.contentstransition = SUB_Null;
-       self.dphitcontentsmask = 0;
-       self.modelflags = 0;
-       self.attack_finished_for = 0; // why is this even valid? Spiiiiiiiiiiiiiiiiiiiiike!
-       self.notsingle = 0;
-       trace_dphittexturename = "";
-       require_spawnfunc_prefix = 1;
-       self.movetypesteplandevent = SUB_Null;
-       self.viewzoom = 0;
-       self.cvar_cl_weaponpriorities = "";
-       self.scores = 0;
-       self.teamscores = 0;
-       gettaginfo_parent = 0;
-       gettaginfo_name = "";
-       gettaginfo_offset = '0 0 0';
-       gettaginfo_forward = '0 0 0';
-       gettaginfo_right = '0 0 0';
-       gettaginfo_up = '0 0 0';
-       self.mass = 0;
-}
-