From d6d3625e4201f40aa69272d3b3a5d1d9b78f6829 Mon Sep 17 00:00:00 2001 From: Paul Date: Thu, 12 Apr 2001 16:02:47 +0000 Subject: [PATCH] --- source/player/pmodes.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/player/pmodes.h b/source/player/pmodes.h index 5a0ea35a3..8136ff077 100644 --- a/source/player/pmodes.h +++ b/source/player/pmodes.h @@ -62,13 +62,13 @@ struct PlayerMetrics enum { DEFAULT_PLAYER_JUMP_VELOCITY=4, - DEFAULT_PLAYER_MAX_JUMP_FRAMES=12, + DEFAULT_PLAYER_MAX_JUMP_FRAMES=10, DEFAULT_PLAYER_MAX_SAFE_FALL_FRAMES=30, DEFAULT_PLAYER_MAX_RUN_VELOCITY=6, DEFAULT_PLAYER_RUN_SPEEDUP=2<<2, DEFAULT_PLAYER_RUN_REVERSESLOWDOWN=4<<2, DEFAULT_PLAYER_RUN_SLOWDOWN=3<<2, - DEFAULT_PLAYER_PLAYER_GRAVITY=4<<2, + DEFAULT_PLAYER_PLAYER_GRAVITY=2<<2, DEFAULT_PLAYER_TERMINAL_VELOCITY=8, DEFAULT_BUTT_FALL_VELOCITY=14, };