summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author/dev/humancontroller <devhc@example.com>2017-04-15 00:09:29 +0200
committer/dev/humancontroller <devhc@example.com>2017-04-15 17:24:19 +0200
commit227a81048ce7efe21f63764b832d11099c62d59d (patch)
tree7e83a08fce90e459e1051793a4ca422636a4520b
parentfca46b606ef2019ca62923d4fea65da368d83496 (diff)
do not overclip
-rw-r--r--src/game/bg_local.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/bg_local.h b/src/game/bg_local.h
index 354214c..a7346e8 100644
--- a/src/game/bg_local.h
+++ b/src/game/bg_local.h
@@ -31,7 +31,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#define TIMER_GESTURE (34*66+50)
#define TIMER_ATTACK 500 //nonsegmented models
-#define OVERCLIP 1.001f
+#define OVERCLIP 1.0f
#define FALLING_THRESHOLD -900.0f //what vertical speed to start falling sound at