diff options
Diffstat (limited to 'src/game/bg_public.h')
-rw-r--r-- | src/game/bg_public.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/game/bg_public.h b/src/game/bg_public.h index 32a2b14d..63de6673 100644 --- a/src/game/bg_public.h +++ b/src/game/bg_public.h @@ -879,7 +879,9 @@ qboolean BG_infiniteAmmo( int weapon ); void BG_packWeapon( int weapon, int stats[ ] ); qboolean BG_gotWeapon( int weapon, int stats[ ] );*/ -#define CREEP_BASESIZE 120 +#define CREEP_BASESIZE 120 +#define REACTOR_BASESIZE 1000 +#define REPEATER_BASESIZE 500 #define ARENAS_PER_TIER 4 #define MAX_ARENAS 1024 |