diff options
author | Asa Kravets <norfenstein@gmail.com> | 2010-01-03 17:25:23 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-01-03 00:17:25 +0000 |
commit | eba0177930cac4c1935571654911cc3264328ddc (patch) | |
tree | 6a16d3568de27aff5134e2dcd8115c04958dec3a /src/game/bg_public.h | |
parent | a7389070c1c77ed83d8f3c850267e2bc8b398209 (diff) |
* Renamed MAX_STAMINA to STAMINA_MAX and moved to tremulous.h
Diffstat (limited to 'src/game/bg_public.h')
-rw-r--r-- | src/game/bg_public.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/game/bg_public.h b/src/game/bg_public.h index 2fed12e1..912e2d39 100644 --- a/src/game/bg_public.h +++ b/src/game/bg_public.h @@ -246,8 +246,6 @@ typedef enum #define SB_VALID_TOGGLEBIT 0x00004000 -#define MAX_STAMINA 1000 - // player_state->persistant[] indexes // these fields are the only part of player_state that isn't // cleared on respawn |