Boost and ECM recharge times are 7 seconds.

This commit is contained in:
Steve 2017-05-26 07:47:28 +01:00
parent fe42e496a7
commit e84e5f171a
1 changed files with 2 additions and 2 deletions

View File

@ -137,9 +137,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