diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2008-03-23 14:59:58 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2008-03-23 14:59:58 +0000 |
| commit | a9b8e383ae593082617e06e74a058aa3641f733a (patch) | |
| tree | ceaea67cbbb1264c35ee10beba05d38a8b75bec3 /src/game/server/gs_common.h | |
| parent | b0e5093bb631209fb7b511651624773e731a3cba (diff) | |
| download | zcatch-a9b8e383ae593082617e06e74a058aa3641f733a.tar.gz zcatch-a9b8e383ae593082617e06e74a058aa3641f733a.zip | |
fixed spectator slots
Diffstat (limited to 'src/game/server/gs_common.h')
| -rw-r--r-- | src/game/server/gs_common.h | 3 |
1 files changed, 2 insertions, 1 deletions
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); }; |