From a9b8e383ae593082617e06e74a058aa3641f733a Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Sun, 23 Mar 2008 14:59:58 +0000 Subject: fixed spectator slots --- src/game/server/gs_common.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/game/server/gs_common.h') diff --git a/src/game/server/gs_common.h b/src/game/server/gs_common.h index 8f298897..8913dd8a 100644 --- a/src/game/server/gs_common.h +++ b/src/game/server/gs_common.h @@ -156,7 +156,8 @@ public: virtual void on_player_info_change(class player *p); virtual void snap(int snapping_client); - virtual int getteam(int notthisid); + virtual int get_auto_team(int notthisid); + virtual bool can_join_team(int team, int notthisid); int clampteam(int team); }; -- cgit 1.4.1