X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fmutators%2Fgamemode_ca.qh;h=bf6686d73a70433f7bcc5be9d139c6aa9046f9da;hb=2671dcbe85ad0122d0ab0fe63c73443ab5ccf6d1;hp=a33395254bef0a82abefaebe7ed17b88d9c3b426;hpb=6baaca28bc15a710c5dc79feb64685356048592b;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/mutators/gamemode_ca.qh b/qcsrc/server/mutators/gamemode_ca.qh index a33395254..bf6686d73 100644 --- a/qcsrc/server/mutators/gamemode_ca.qh +++ b/qcsrc/server/mutators/gamemode_ca.qh @@ -1,8 +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 - -#ifdef SVQC - -#define ST_CA_ROUNDS 1 - #endif