X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fteamplay.qh;h=127ac7a6d30caffc887e9571c40104148813eadb;hb=387c8741f204da7abe419adbdbccccaa8110d20d;hp=f34c6d59df438b491090956b2e7782153f3f7da3;hpb=fc15d72b041c9a748b605ba28735380fbe5b5b01;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/teamplay.qh b/qcsrc/server/teamplay.qh index f34c6d59d..127ac7a6d 100644 --- a/qcsrc/server/teamplay.qh +++ b/qcsrc/server/teamplay.qh @@ -50,3 +50,5 @@ int JoinBestTeam(entity this, bool only_return_best, bool forcebestteam); //void() ctf_playerchanged; void ShufflePlayerOutOfTeam (float source_team); + +void setcolor(entity this, int clr);