X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fmutators%2Fgamemode_ctf.qh;h=58699208e502280984a37c070ff332d066ab8b2f;hb=1c3d7f32e19b781dd1485c29fc347d904b4b502a;hp=b6ca033bb3284d34b0e57847e022b21d3a1ea223;hpb=64b6c7420b3e1c307f408a9f17d9c765a268621a;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/mutators/gamemode_ctf.qh b/qcsrc/server/mutators/gamemode_ctf.qh index b6ca033bb..58699208e 100644 --- a/qcsrc/server/mutators/gamemode_ctf.qh +++ b/qcsrc/server/mutators/gamemode_ctf.qh @@ -1,7 +1,8 @@ // these are needed since mutators are compiled last +#ifdef SVQC // used in cheats.qc -void ctf_RespawnFlag(entity flag) +void ctf_RespawnFlag(entity flag); // score rule declarations #define ST_CTF_CAPS 1 @@ -130,3 +131,4 @@ vector havocbot_ctf_middlepoint; float havocbot_ctf_middlepoint_radius; void havocbot_role_ctf_setrole(entity bot, float role); +#endif