From 75b20734e59b431b436ca7c7d16a4333b861142d Mon Sep 17 00:00:00 2001 From: Steve Date: Sun, 14 May 2017 17:01:15 +0100 Subject: [PATCH] ECM and boost recharge times are 7 seconds by default. --- src/defs.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/defs.h b/src/defs.h index ee10265..3628668 100644 --- a/src/defs.h +++ b/src/defs.h @@ -140,9 +140,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #define AIF_SURRENDERED (2 << 23) /* player abilities */ -#define BOOST_RECHARGE_TIME (FPS * 4.5) +#define BOOST_RECHARGE_TIME (FPS * 7) #define BOOST_FINISHED_TIME (FPS * 0.75) -#define ECM_RECHARGE_TIME (FPS * 4.5) +#define ECM_RECHARGE_TIME (FPS * 7) #define MB_NORMAL 0 #define MB_IMPORTANT 1