X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Ft_quake.qc;h=ab49c6db5d0d31d113b74fc62d17d34614b6ed98;hb=6a28c11c8abd729c7f95ad7050d204aa2453d2ff;hp=ada78846b97cf77735fcbc89ff1dbe61b228a740;hpb=b49d3f3ffff847ec761e15fcc6285a736cddcba3;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/t_quake.qc b/qcsrc/server/t_quake.qc index ada78846b..ab49c6db5 100644 --- a/qcsrc/server/t_quake.qc +++ b/qcsrc/server/t_quake.qc @@ -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; -} -