From 451524a98b307c472e7910a0f9941743bf36ee8c Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Sat, 24 Mar 2001 05:25:35 +0000 Subject: Beginnings of a power system for the humans --- src/game/bg_public.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/game/bg_public.h') 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 -- cgit