diff options
Diffstat (limited to 'src/game')
-rw-r--r-- | src/game/tremulous.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/tremulous.h b/src/game/tremulous.h index 250922d5..e2723529 100644 --- a/src/game/tremulous.h +++ b/src/game/tremulous.h @@ -357,7 +357,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #define ALIEN_CREDITS_PER_FRAG 400 #define ALIEN_TK_SUICIDE_PENALTY 350 -#define ALIEN_MINI_JUMP_SCALE 0.667f // scales jump magnitude for a mini-jump +#define ALIEN_MINI_JUMP_SCALE 0.71f // scales jump magnitude for a mini-jump // Uncomment to allow Aliens to wallwalk on any entity (buildables, players, etc) //#define ALIEN_WALLWALK_ENTITIES |