From 5c6c20cfb07fb6f223daf4679bf20d2e11c76a37 Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Wed, 19 Sep 2001 22:44:11 +0000 Subject: More integration of TA UI stuff --- src/game/bg_public.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/game/bg_public.h') 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, -- cgit