]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/mutators/mutator/gamemode_ctf.qc
s/(void)/()
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / mutators / mutator / gamemode_ctf.qc
index 8ab76c840a7ccd9c6a5aac1cb2b85e462199e470..eda9f16282e9e25c1bbf401ae3686fb1a961aa05 100644 (file)
@@ -936,7 +936,7 @@ bool ctf_Stalemate_Customize()
        return true;
 }
 
-void ctf_CheckStalemate(void)
+void ctf_CheckStalemate()
 {
        // declarations
        int stale_flags = 0, stale_red_flags = 0, stale_blue_flags = 0, stale_yellow_flags = 0, stale_pink_flags = 0, stale_neutral_flags = 0;
@@ -1330,7 +1330,7 @@ void ctf_Reset()
        ctf_RespawnFlag(self);
 }
 
-void ctf_DelayedFlagSetup(void) // called after a flag is placed on a map by ctf_FlagSetup()
+void ctf_DelayedFlagSetup() // called after a flag is placed on a map by ctf_FlagSetup()
 {SELFPARAM();
        // bot waypoints
        waypoint_spawnforitem_force(self, self.origin);