X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fmutators%2Fgamemode_ctf.qh;h=ca4961eddc24231a6056943a0b2bffcdb5dcec06;hb=1a6ed086354acf10c838c434402f5d4c26c1d487;hp=58699208e502280984a37c070ff332d066ab8b2f;hpb=da1dfb57866a4acd73b839e31a5eb5b632bd0b68;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/mutators/gamemode_ctf.qh b/qcsrc/server/mutators/gamemode_ctf.qh index 58699208e..ca4961edd 100644 --- a/qcsrc/server/mutators/gamemode_ctf.qh +++ b/qcsrc/server/mutators/gamemode_ctf.qh @@ -38,7 +38,7 @@ void ctf_RespawnFlag(entity flag); #define WPCOLOR_FLAGCARRIER(t) ('0.8 0.8 0') #define WPCOLOR_DROPPEDFLAG(t) (('0.25 0.25 0.25' + colormapPaletteColor(t - 1, FALSE)) * 0.5) -// sounds +// sounds #define snd_flag_taken noise #define snd_flag_returned noise1 #define snd_flag_capture noise2 @@ -60,7 +60,7 @@ entity ctf_worldflaglist; // waypoint sprites .entity bot_basewaypoint; // flag waypointsprite .entity wps_helpme; -.entity wps_flagbase; +.entity wps_flagbase; .entity wps_flagcarrier; .entity wps_flagdropped; .entity wps_enemyflagcarrier;