]> 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 b917287c8c3972e41c24423c8ecf0f876c58a6ff..a78f4b90612cce014f1b5ca589bee7dc5347279f 100644 (file)
@@ -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