diff options
author | M. Kristall <mkpdev@gmail.com> | 2012-07-16 01:38:21 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-01-03 00:26:21 +0000 |
commit | c21fc9efb4694f66366645487a2add25abdf3590 (patch) | |
tree | 1fbee40f767a1bbd3f6a6426fb4b98473f583746 /src/game/bg_public.h | |
parent | c78e04f4c834d88dbada2e961e65b43c7bfbf424 (diff) |
* Simplify some weapon-related code (re r1431)
Diffstat (limited to 'src/game/bg_public.h')
-rw-r--r-- | src/game/bg_public.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/game/bg_public.h b/src/game/bg_public.h index 08436dd0..17f7bb61 100644 --- a/src/game/bg_public.h +++ b/src/game/bg_public.h @@ -1242,7 +1242,6 @@ qboolean BG_WeaponIsAllowed( weapon_t weapon ); qboolean BG_UpgradeIsAllowed( upgrade_t upgrade ); qboolean BG_ClassIsAllowed( class_t class ); qboolean BG_BuildableIsAllowed( buildable_t buildable ); -weapon_t BG_PrimaryWeapon( int stats[ ] ); // Friendly Fire Flags #define FFF_HUMANS 1 |