X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fmutators%2Fmutator%2Fgamemode_domination.qc;h=55996db47cfcb5fe1f189b26ebd48f2330fe6162;hb=61bd69dc7a8e218b6beff349fd332eb7ac8a81ae;hp=ba6a48f354decfe842607c6a127fe43c41fd8045;hpb=68d68e5cbc145772438bfdd775302b91f442f029;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/mutators/mutator/gamemode_domination.qc b/qcsrc/server/mutators/mutator/gamemode_domination.qc index ba6a48f35..55996db47 100644 --- a/qcsrc/server/mutators/mutator/gamemode_domination.qc +++ b/qcsrc/server/mutators/mutator/gamemode_domination.qc @@ -37,10 +37,7 @@ REGISTER_MUTATOR(dom, false) // score rule declarations const float ST_DOM_TICKS = 1; -const float SP_DOM_TICKS = 4; -const float SP_DOM_TAKES = 5; const float ST_DOM_CAPS = 1; -const float SP_DOM_CAPS = 4; // pps: points per second .float dom_total_pps = _STAT(DOM_TOTAL_PPS); @@ -681,7 +678,7 @@ void dom_spawnteams(int teams) dom_spawnteam("", 0, "models/domination/dom_unclaimed.md3", 0, SND_Null, "", ""); } -void dom_DelayedInit() // Do this check with a delay so we can wait for teams to be set up. +void dom_DelayedInit(entity this) // Do this check with a delay so we can wait for teams to be set up. { // if no teams are found, spawn defaults if(find(world, classname, "dom_team") == world || autocvar_g_domination_teams_override >= 2)