cs_set_user_team - should now update model+scoreboard right away

This commit is contained in:
Johnny Bergström
2004-04-22 09:38:30 +00:00
parent 79a87f4cc8
commit 72a0a37f74
3 changed files with 22 additions and 9 deletions

View File

@ -199,6 +199,7 @@ pfnmodule_engine_g* g_engModuleFunc;
#define PLAYER_IS_VIP (1<<8)
#define TEAM_UNASSIGNED 0
#define TEAM_T 1
#define TEAM_CT 2
#define TEAM_SPECTATOR 3