diff options
Diffstat (limited to 'src/game/bg_public.h')
-rw-r--r-- | src/game/bg_public.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/game/bg_public.h b/src/game/bg_public.h index 50e6b212..438e2453 100644 --- a/src/game/bg_public.h +++ b/src/game/bg_public.h @@ -321,7 +321,8 @@ typedef enum { //TA: needed client side to size sprites #define FIREBALL_LIFETIME 1000.0f #define FIREBALL_SPEED 200.0f -#define FIREBALL_GAP 15 //basically as fast as possible yet regular +#define FIREBALL_GAP 15 //basically as fast as possible yet regular +#define FIREBALL_LAG 0.5f //the amount of player velocity that is added to the fireball typedef enum { |