From ef0fe5081bbde70bf6d59fa40888c35cf44d7c66 Mon Sep 17 00:00:00 2001 From: kadaverjack Date: Sun, 12 Nov 2006 12:50:57 +0000 Subject: [PATCH] spawnfunctions for q3 ctf flags git-svn-id: svn://svn.icculus.org/nexuiz/trunk@1926 f962a42d-fe04-0410-a3ab-8c8b0445ebaa --- data/qcsrc/server/ctf.qc | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/data/qcsrc/server/ctf.qc b/data/qcsrc/server/ctf.qc index 4661fc993..e3965de59 100644 --- a/data/qcsrc/server/ctf.qc +++ b/data/qcsrc/server/ctf.qc @@ -472,6 +472,18 @@ void() item_flag_team2 = }; +// spawnfunctions for q3 flags +void team_CTF_redflag() +{ + item_flag_team1(); +} + +void team_CTF_blueflag() +{ + item_flag_team2(); +} + + /*QUAKED ctf_team (0 .5 .8) (-16 -16 -24) (16 16 32) Team declaration for CTF gameplay, this allows you to decide what team names and control point models are used in your map. -- 2.39.2