summaryrefslogtreecommitdiff
path: root/src/game/tremulous.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/tremulous.h')
-rw-r--r--src/game/tremulous.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/game/tremulous.h b/src/game/tremulous.h
index e2723529..47049842 100644
--- a/src/game/tremulous.h
+++ b/src/game/tremulous.h
@@ -83,11 +83,6 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#define LEVEL2_AREAZAP_REPEAT 500
#define LEVEL2_AREAZAP_MAX_TARGETS 3
#define LEVEL2_WALLJUMP_MAXSPEED 1000.0f
-#define LEVEL2_WALLJUMP_NORMAL 1.0f // magnitude scale from surface
-#define LEVEL2_WALLJUMP_FORWARD 1.5f // magnitude scale in view direction
-#define LEVEL2_WALLJUMP_UP 0.0f // magnitude scale up
-#define LEVEL2_WALLJUMP_REPEAT 400 // msec before new jump
-#define LEVEL2_WALLJUMP_RANGE 8.0f // how far away the wall can be
#define LEVEL3_CLAW_DMG ADM(80)
#define LEVEL3_CLAW_UPG_RANGE 96.0f
@@ -357,11 +352,6 @@ 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.71f // scales jump magnitude for a mini-jump
-
-// Uncomment to allow Aliens to wallwalk on any entity (buildables, players, etc)
-//#define ALIEN_WALLWALK_ENTITIES
-
/*
* HUMAN weapons
*