X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fserver%2Fmutators%2Fgamemode_ca.qh;h=bf6686d73a70433f7bcc5be9d139c6aa9046f9da;hp=a7c1edfc53870a43666b596eac2f533dc2ebab7b;hb=86c9dc7c3696c329496b06375c1e79fb407401ce;hpb=e4f4cbd6b25ecb059604968b57ee4d014968e48b diff --git a/qcsrc/server/mutators/gamemode_ca.qh b/qcsrc/server/mutators/gamemode_ca.qh index a7c1edfc53..bf6686d73a 100644 --- a/qcsrc/server/mutators/gamemode_ca.qh +++ b/qcsrc/server/mutators/gamemode_ca.qh @@ -1,2 +1,5 @@ +#ifndef GAMEMODE_CA_H +#define GAMEMODE_CA_H // should be removed in the future, as other code should not have to care .float caplayer; // 0.5 if scheduled to join the next round +#endif