diff options
author | Tim Angus <tim@ngus.net> | 2001-09-19 22:44:11 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2001-09-19 22:44:11 +0000 |
commit | 5c6c20cfb07fb6f223daf4679bf20d2e11c76a37 (patch) | |
tree | 2beda8782208ff80da64f5920fc53d389ffacb86 /src/game/bg_public.h | |
parent | 93b163274c3726e87aab10b8494d5a910efe45db (diff) |
More integration of TA UI stuff
Diffstat (limited to 'src/game/bg_public.h')
-rw-r--r-- | src/game/bg_public.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/game/bg_public.h b/src/game/bg_public.h index 2195db13..e03ef4bd 100644 --- a/src/game/bg_public.h +++ b/src/game/bg_public.h @@ -327,6 +327,9 @@ typedef enum { HI_NUM_HOLDABLE } holdable_t; +//TA: needed client side to size sprites +#define FIREBALL_LIFETIME 1500.0f + typedef enum { WP_NONE, |