diff options
Diffstat (limited to 'src/game/bg_public.h')
-rw-r--r-- | src/game/bg_public.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/game/bg_public.h b/src/game/bg_public.h index 0d9a4838..d1cc4572 100644 --- a/src/game/bg_public.h +++ b/src/game/bg_public.h @@ -789,10 +789,7 @@ typedef struct animation_s #define ANIM_FORCEBIT 0x40 // Time between location updates -#define TEAM_LOCATION_UPDATE_TIME 1000 - -// How many players on the overlay -#define TEAM_MAXOVERLAY 32 +#define TEAM_LOCATION_UPDATE_TIME 500 // player classes typedef enum |