X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fmutators%2Fgamemode_ca.qc;h=79ad7213071eb707f47bfa7607b3f02d1034e738;hb=971eb36c4ccfde80cd46767b0c20e2d97350821e;hp=4ba1830048ec4f7733aa62454842e816b4c8c082;hpb=a6a3b0cebd6928e3678ee4e97de4093f1b61c58b;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/mutators/gamemode_ca.qc b/qcsrc/server/mutators/gamemode_ca.qc index 4ba183004..79ad72130 100644 --- a/qcsrc/server/mutators/gamemode_ca.qc +++ b/qcsrc/server/mutators/gamemode_ca.qc @@ -4,7 +4,7 @@ float redalive, bluealive, yellowalive, pinkalive; float ca_teams; float allowed_to_spawn; -#define ST_CA_ROUNDS 1 +const float ST_CA_ROUNDS = 1; void ca_ScoreRules(float teams) { ScoreRules_basics(teams, SFL_SORT_PRIO_PRIMARY, 0, TRUE);