]> git.xonotic.org Git - voretournament/voretournament.git/blobdiff - data/qcsrc/server/t_quake.qc
Get VoreTournament code to compile with gmqcc. To be compiled with the same parameter...
[voretournament/voretournament.git] / data / qcsrc / server / t_quake.qc
index 619b6f0cf9b7f3b66d378424862b0c109e1ad839..a78f4b90612cce014f1b5ca589bee7dc5347279f 100644 (file)
@@ -22,7 +22,7 @@ void junk_function ()
        self.exteriormodeltoclient = world;\r
        self.glow_trail = 0;\r
        self.tag_entity = world;\r
-       self.BUTTON_GRABBER = 0;\r
+       self.BUTTON_JETPACK = 0;\r
        self.BUTTON_INFO = 0;\r
        self.button8 = 0;\r
        self.pitch_speed = 0;\r
@@ -42,20 +42,20 @@ void junk_function ()
        self.light_lev = 0;\r
        self.color = '0 0 0';\r
        self.style = 0;\r
-       self.jumppadsused = world;\r
+       self.jumppadsused[0] = world;\r
        self.disableclientprediction = 0;\r
-       self.contentstransition = SUB_Null;\r
+       self.contentstransition = null;\r
        self.dphitcontentsmask = 0;\r
        self.modelflags = 0;\r
-       self.attack_finished_for = 0; // why is this even valid? Spiiiiiiiiiiiiiiiiiiiiike!\r
+       self.attack_finished_for[0] = 0; // why is this even valid? Spiiiiiiiiiiiiiiiiiiiiike!\r
        self.notsingle = 0;\r
        trace_dphittexturename = "";\r
        require_spawnfunc_prefix = 1;\r
-       self.movetypesteplandevent = SUB_Null;\r
+       self.movetypesteplandevent = null;\r
        self.viewzoom = 0;\r
-       self.cvar_cl_weaponpriorities = "";\r
-       self.scores = 0;\r
-       self.teamscores = 0;\r
+       self.cvar_cl_weaponpriorities[0] = "";\r
+       self.scores[0] = 0;\r
+       self.teamscores[0] = 0;\r
        gettaginfo_parent = 0;\r
        gettaginfo_name = "";\r
        gettaginfo_offset = '0 0 0';\r